I have this annotation
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface AnnotationTest{ String prefix(); }