@Stereotype @Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Interceptor
Stereotype
to indicate that the component is an interceptor.
Interceptor class must be annotated with this stereotype and intercept
annotation to be bound.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.