@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Clear
Example: 1: clear all interceptors but InterA and InterB will be kept, because InterA and InterB declare on method
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Interceptor>[] |
value |
public abstract Class<? extends Interceptor>[] value
Copyright © 2018. All rights reserved.