Annotation Type SqlMethodDecoratingAnnotation

    • Required Element Summary

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

      • value

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