com.bm.ejb3metadata.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:
Daniel Wiese

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.


Copyright © 2008. All Rights Reserved.