Annotation Type ConfiguringAnnotation


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    @Deprecated
    public @interface ConfiguringAnnotation
    Deprecated.
    Annotation used to modify configuration in the context of a SQL object or method. Use this to annotate an annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Configurer> value
      Deprecated.
      A Configurer type, which will be used to configure ConfigRegistry instances.
    • Element Detail