Package ch.raffael.meldioc
Annotation Interface Feature.Mount
- Enclosing class:
Feature
Mount a feature into a configuration. Mount methods must be abstract.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanInstead of generating an implementation of the mount, add a method to the builder to inject an implementation.
-
Element Details
-
injected
boolean injectedInstead of generating an implementation of the mount, add a method to the builder to inject an implementation. Use with caution.- Default:
false
-