Annotation Interface GetConstructor


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GetConstructor
Annotation for methods like Class.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