Annotation Type Intercepts


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Intercepts
    The annotation that specify target methods to intercept.

    How to use:

    {@code
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Signature[] value
      Returns method signatures to intercept.
    • Element Detail

      • value

        Signature[] value
        Returns method signatures to intercept.
        Returns:
        method signatures