Class Annotation.Attribute
java.lang.Object
io.spring.initializr.generator.language.Annotation.Attribute
- Enclosing class:
- Annotation
Define an attribute of an annotation.
-
Method Summary
-
Method Details
-
getName
Return the attribute name.- Returns:
- the attribute name
-
getType
Return the attribute type.- Returns:
- the attribute type
-
getValues
Return the values.- Returns:
- the values
-