Annotation Type SqlMethodDecoratingAnnotation


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    @Deprecated
    public @interface SqlMethodDecoratingAnnotation
    Deprecated.
    Use UseExtensionHandlerCustomizer instead and implement ExtensionHandlerCustomizer for the value.
    Annotation used to identify SQL method decorating annotations. Use this to annotate an annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends HandlerDecorator> value
      Deprecated.
      Factory class that decorates Handler instances for methods annotated with the associated annotation.
    • Element Detail

      • value

        java.lang.Class<? extends HandlerDecorator> value
        Deprecated.
        Factory class that decorates Handler instances for methods annotated with the associated annotation. Must have a zero-argument constructor.
        Returns:
        the handler decorator class