Annotation Type ConfigurationReader


  • @Documented
    public @interface ConfigurationReader
    How a feature reads its configuration
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?> readerClass
      Implementation to instantiate
      java.lang.Class<?> readerInterface
      defines the configuration reader contract
    • Element Detail

      • readerInterface

        java.lang.Class<?> readerInterface
        defines the configuration reader contract
        Default:
        java.lang.Void.class
      • readerClass

        java.lang.Class<?> readerClass
        Implementation to instantiate
        Default:
        java.lang.Void.class