Annotation Interface Tag.Identifier

Enclosing class:
Tag

@Retention(RUNTIME) @Target(TYPE) public static @interface Tag.Identifier
Annotation applied to Tag subclasses to specify the tag identifier. The tag identifier can be used to find and load tag classes used by tools.
Since:
0.33
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the identifier value as string.
  • Element Details

    • value

      String value
      Returns the identifier value as string.
      Since:
      0.33