Annotation Type TransitionAnnotation


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface TransitionAnnotation
Annotation 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
    Class<? extends Annotation>
    The specific annotation class
  • Element Details

    • value

      Class<? extends Annotation> value
      The specific annotation class
      Returns:
      The annotated class