java.lang.Object
io.helidon.codegen.classmodel.Annotation
Model of the annotation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Annotation.Builderbuilder()NewAnnotation.Builderinstance.static AnnotationNewAnnotationinstance based on the type.static AnnotationParse new Annotation object out of the String.
-
Method Details
-
builder
NewAnnotation.Builderinstance.- Returns:
- new builder instance
-
create
NewAnnotationinstance based on the type.- Parameters:
type- class type- Returns:
- new annotation instance
-
parse
Parse new Annotation object out of the String.- Parameters:
annotationDefinition- annotation definition- Returns:
- new annotation instance
-