org.apache.beehive.controls.spi.svc
Annotation Type InterceptorAnnotation


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface InterceptorAnnotation

InterceptorAnnotation is the meta-annotation used to identify annotations that are interceptor-based, and bind an interceptor service interface to those annotations.


Required Element Summary
 Class<? extends Interceptor> service
          The Interceptor-based JavaBeans service interface associated with the annotated annotation
 

Element Detail

service

public abstract Class<? extends Interceptor> service
The Interceptor-based JavaBeans service interface associated with the annotated annotation