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
      java.lang.Class<? extends java.lang.annotation.Annotation> value
      The specific annotation class
    • Element Detail

      • value

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