Class GroovyFieldDeclaration
java.lang.Object
io.spring.initializr.generator.language.groovy.GroovyFieldDeclaration
- All Implemented Interfaces:
Annotatable
Declaration of a field written in Groovy.
- Author:
- Matt Berteaux
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn theAnnotationContainer
to use to configure the annotations of this element.int
getName()
getValue()
boolean
-
Method Details
-
field
-
annotations
Description copied from interface:Annotatable
Return theAnnotationContainer
to use to configure the annotations of this element.- Specified by:
annotations
in interfaceAnnotatable
- Returns:
- the annotation container
-
getModifiers
public int getModifiers() -
getName
-
getReturnType
-
getValue
-
isInitialized
public boolean isInitialized()
-