@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD}) public @interface Delete
The element can also be annotated with TargetElement
to specify additional properties.
See TargetClass
for an overview of the annotation system.
public abstract String value