Class Annotation.Attribute

java.lang.Object
io.spring.initializr.generator.language.Annotation.Attribute
Enclosing class:
Annotation

public static final class Annotation.Attribute extends Object
Define an attribute of an annotation.
  • Method Details

    • getName

      public String getName()
      Return the attribute name.
      Returns:
      the attribute name
    • getType

      public Annotation.AttributeType getType()
      Return the attribute type.
      Returns:
      the attribute type
    • getValues

      public List<Object> getValues()
      Return the values.
      Returns:
      the values