Back to Error Prone

StaticOrDefaultInterfaceMethod

docs/bugpattern/StaticOrDefaultInterfaceMethod.md

2.49.0418 B
Original Source

Static and default interface methods are not natively supported on Android versions earlier than 7.0. Enable this check for compatibility with older devices. See Android Java 8 Documentation.

Suppression

To declare default or static methods in interfaces, add a @SuppressWarnings("StaticOrDefaultInterfaceMethod") annotation to the enclosing element.