Module io.helidon.builder.api
Package io.helidon.builder.api
Annotation Interface Option.DefaultCode
- Enclosing class:
Option
A default value that will be copied verbatim into the sources.
-
Required Element Summary
-
Element Details
-
value
String valueString defining the default value. If types are used from outside of package, they should be fully qualified. Such types can be surrounded with@
to give our class model a chance to correctly optimize imports. The code is expected to be a single line only, not ending with semicolon.- Returns:
- source code to generate default value, must return correct type of the field
-