Package org.apache.ibatis.plugin
Annotation Type Intercepts
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface InterceptsThe annotation that specify target methods to intercept.How to use:
{@code
-
-
Element Detail
-
value
Signature[] value
Returns method signatures to intercept.- Returns:
- method signatures
-
-