Module io.helidon.builder.api
Package io.helidon.builder.api
Annotation Interface Prototype.Annotated
- Enclosing class:
Prototype
Adding this annotation in conjunction with the
Prototype.Blueprint
on a target interface
type or method causes the value()
be added to the generated implementation class and methods respectfully.-
Required Element Summary
-
Element Details
-
value
String[] valueThe annotation(s) to add to the generated methods and field names on the generated class w/ builder.- Returns:
- The annotation(s) to add the generated method and field names
-