Class JavaFieldDeclaration
java.lang.Object
io.spring.initializr.generator.language.java.JavaFieldDeclaration
- All Implemented Interfaces:
Annotatable
Declaration of a field written in Java.
- Author:
- Matt Berteaux
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidannotate(Annotation annotation) static JavaFieldDeclaration.BuilderintgetName()getValue()boolean
-
Method Details
-
field
-
annotate
- Specified by:
annotatein interfaceAnnotatable
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatable
-
getModifiers
public int getModifiers() -
getName
-
getReturnType
-
getValue
-
isInitialized
public boolean isInitialized()
-