Annotation Interface InterceptClass
A class annotated with this will be processed for interception.
You must provide a fully-qualified class name on this annotation.
E.g:
E.g:
"com.foo.bar.ClassIWantToIntercept"
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- The fully-qualified class name that should be intercepted.
-