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