Annotation Interface Constructor


@Target(METHOD) @Retention(RUNTIME) public @interface Constructor
Mark a method in a ReflectiveProxyObject interface as a constructor. The name of the method is irrelevant, but you should name it the same as the proxy interface class or the target class, just like how normal constructors are named.