@Target(METHOD) @Retention(RUNTIME) public @interface MethodHandler
  • Element Details

    • targetClass

      Class<?> targetClass
      Default:
      void.class
    • classAnnotatedWith

      Class<? extends Annotation> classAnnotatedWith
      Default:
      java.lang.annotation.Annotation.class
    • methodAnnotatedWith

      Class<? extends Annotation> methodAnnotatedWith
      Default:
      java.lang.annotation.Annotation.class
    • order

      int order
      Lower values run first, allowing outer wrappers such as async execution to delegate into inner wrappers such as transactions.
      Default:
      0