I have a custom annotation
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface Catcher { }
Along with the Aspect