Annotation Interface Feature.Mount

Enclosing class:
Feature

@Documented @Target(METHOD) @Retention(CLASS) public static @interface Feature.Mount
Mount a feature into a configuration. Mount methods must be abstract.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Instead of generating an implementation of the mount, add a method to the builder to inject an implementation.
  • Element Details

    • injected

      boolean injected
      Instead of generating an implementation of the mount, add a method to the builder to inject an implementation. Use with caution.
      Default:
      false