org.ow2.util.ee.metadata.common.api.interfaces
Interface IEJBInterceptors

All Superinterfaces:
Serializable

public interface IEJBInterceptors
extends Serializable

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

Author:
Florent Benoit

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

Method Detail

setAnnotationsInterceptors

void setAnnotationsInterceptors(IJInterceptors annotationInterceptors)
Set JInterceptors object.

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


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.