@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NewInstance
Annotation for methods like Constructor.newInstance, whose signature is: T method(MethodVal(classname=c, methodname="<init>", params=p) Constructor
this, Object... args)