java.lang.Object
io.helidon.codegen.classmodel.Annotation
Model of the annotation.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Annotation.Builder
builder()
NewAnnotation.Builder
instance.static Annotation
NewAnnotation
instance based on the type.static Annotation
Parse new Annotation object out of the String.
-
Method Details
-
builder
NewAnnotation.Builder
instance.- Returns:
- new builder instance
-
create
NewAnnotation
instance 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
-