UnusedYet
If any annotation has this, DO NOT USE it anyway.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.ANNOTATION_TYPE})
public @interface UnusedYet {
}
If any annotation has this, DO NOT USE it anyway.
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.ANNOTATION_TYPE})
public @interface UnusedYet {
}