- Enclosing class:
Option
Customize access modifier for builder methods.
If undefined on a method, the builder method will be
public
.
This changes the modifier of the builder methods, as getters are always public (as inherited
from the blueprint).
Useful modifiers:
- empty - (package private) the builder method is to be used only from configuration, custom builder decorator, or other types in the same package
private
- the builder method is to be used only from configuration
-
Required Element Summary
-
Element Details
-
value
String valueCustom access modifier to use.- Returns:
- modifier to use
-