public interface HasDesugarSupport
Modifier and Type | Method and Description |
---|---|
default boolean |
isDesugarEnabled()
Desugar support for java 8 features withing single class file.
|
default boolean |
isInterfaceMethodsDesugarEnabled()
Desugar support for interface default and static methods.
|
default boolean isDesugarEnabled()
Such as Lambda expressions, Method references, Repeating annotations
default boolean isInterfaceMethodsDesugarEnabled()