@Documented @Inherited @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Intercept
@Intercept
is a meta annotation to represent "intercept annotation".
Intercept annotation is used to specify the interceptor class to be bound to
a component method.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.