Annotation Interface RemoveIn
@Documented
@Retention(CLASS)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,MODULE,PARAMETER,TYPE})
public @interface RemoveIn
Marks the version in which a feature will be removed.
At least one of the parameters must be defined.
An element that is annotated with
@RemoveIn
must be annotated
with @Deprecated(forRemoval = true)
.-
Optional Element Summary