@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