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