Annotation Type ConfiguratorService


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @MappedService(Configurator.class)
    public @interface ConfiguratorService
    Annotation to express that the annotated class is a configurator for a given class.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value
      Determines the class for which the annotated class is a configurator for.
    • Element Detail

      • value

        java.lang.Class<?> value
        Determines the class for which the annotated class is a configurator for.
        Returns:
        the class of the instances to be configured