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