Annotation Type Invoke
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface InvokeAnnotation for methods likeMethod.invoke, whose signature is:
Object method({@link MethodVal}(classname=c, methodname=m, params=p) Method this, Object obj, Object... args)- See the Checker Framework Manual:
- Reflection resolution