Package com.oracle.svm.core.annotate
Annotation Interface Delete
Mechanism to ensures that an element is not used.
The element can also be annotated with TargetElement
to specify additional properties.
See TargetClass
for an overview of the annotation system.
- Since:
- 22.3
-
Optional Element Summary
-
Element Details
-
value
String valueDocuments the reason why the annotated element is deleted.- Since:
- 22.3
- Default:
""
-