Interface TagAnnotation

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of the tag.
        Returns:
        Tag name.
      • setName

        void setName​(java.lang.String name)
        Sets the name of the tag.
        Parameters:
        name - The name of the tag. Mustn't be null.
        Throws:
        java.lang.IllegalArgumentException - If the name is null.