Annotation Type TransitionAnnotation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface TransitionAnnotationAnnotation used to mark other annotations as being transition annotations. The annotation used to group transition annotations must be given as parameter.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.lang.annotation.Annotation>valueThe specific annotation class
-