Package org.springframework.lang
Annotation Type UsesJava8
@Retention(CLASS) @Target({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