Annotation Type GetConstructor
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GetConstructor
Annotation 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