Module io.helidon.builder.api
Package io.helidon.builder.api
Annotation Interface Prototype.Implement
- Enclosing class:
Prototype
Add additional interfaces to implement by the prototype. Provide correct types (fully qualified) for generics.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueInterfaces to implement, such asjava.lang.Comparable<io.helidon.common.types.TypeName>
.- Returns:
- interfaces to implement
-