Annotation Type TagName


  • @Documented
    @Target(TYPE)
    public @interface TagName
    Indicates the tag name of an Element subclass.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] value
      Returns the tag names that this Element subclass can represent.
    • Element Detail

      • value

        java.lang.String[] value
        Returns the tag names that this Element subclass can represent.