Annotation 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