Annotation Type GetMethod
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GetMethodAnnotation for methods likeClass.getMethodandClass.getDeclaredMethod, whose signature is:
{@link MethodVal}(classname=c, methodname=m, params=p) Method getMyMethod(Class<c> this, String m, Object... params)- See the Checker Framework Manual:
- Reflection resolution