org.objectweb.easybeans.deployment.annotations.metadata.interfaces
Interface IEJBInterceptors

All Known Implementing Classes:
ClassAnnotationMetadata, MethodAnnotationMetadata

public interface IEJBInterceptors

This interface represents methods which can be call on ClassAnnotationMetadata and MethodAnnotationMetadata.
It manages @Interceptors annotation.

Author:
Florent Benoit

Method Summary
 void setAnnotationsInterceptors(JInterceptors annotationInterceptors)
          Set JInterceptors object.
 

Method Detail

setAnnotationsInterceptors

void setAnnotationsInterceptors(JInterceptors annotationInterceptors)
Set JInterceptors object.

Parameters:
annotationInterceptors - object representing javax.ejb.Interceptors annotation value.