Annotation Interface InterceptClass


@Target(TYPE) @Retention(RUNTIME) public @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: "com.foo.bar.ClassIWantToIntercept"
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The fully-qualified class name that should be intercepted.