-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AnnotationActionEnumerates the possible values of the action field of an Annotation
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANNOTATION_DELETE(TAN2b) A deleted annotation
ANNOTATION_CREATE(TAN2b) A created annotation
-
Method Summary
Modifier and Type Method Description static Array<AnnotationAction>values()static AnnotationActionvalueOf(String name)-
-
Method Detail
-
values
static Array<AnnotationAction> values()
-
valueOf
static AnnotationAction valueOf(String name)
-
-
-
-