Annotation Type ProxyMethodAnnotation
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ProxyMethodAnnotation
Marks a method to be proxied by a simple annotation This method can only be used on method and must be used on each method of a proxy.- Author:
- pchretien