| org.apache.beehive.controls.spi.svc.InterceptorAnnotation
InterceptorAnnotation | public @interface InterceptorAnnotation(Code) | | InterceptorAnnotation is the meta-annotation used to identify annotations
that are interceptor-based, and bind an interceptor service interface to
those annotations.
|
service | Class<? extends Interceptor> service(Code) | | The Interceptor-based JavaBeans service interface associated with the annotated annotation
|
|
|