Annotation Interface RPCInvocationTarget


@Documented @Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface RPCInvocationTarget
This annotation can be used to declare the constructor that should be invoked when generating RPC api implementations of the declaring class. If not present on any constructor in the class, then a no args constructor must be defined which will be used instead.
Since:
4.0