@Retention(value=CLASS)
 @Target(value={METHOD,CONSTRUCTOR,TYPE})
 @Documented
public @interface UsesJava8
Indicates that the annotated element uses Java 8 specific API constructs,
 without implying that it strictly requires Java 8.
- Since:
- 4.1
- Author:
- Stephane Nicoll