Annotation Interface Proxyable


@Target(TYPE) @Retention(RUNTIME) public @interface Proxyable
Indicates that the annotated type is proxyable. That means that the interface shall be coded in such a way that the parameters, return types, or other general behavior can be proxied over a network or a cluster of machines. This means that parameters and return types are capable of being serialized (such as Serializableor can be made into proxies themselves.