Annotation Type GetConstructor
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GetConstructorAnnotation for methods likeClass.getConstructor, whose signature is:
@MethodVal(classname=c, methodname="<init>", params=p) Constructor<T> method(Class<c> this, Object... params)- See the Checker Framework Manual:
- Reflection resolution