org.ow2.util.ee.metadata.common.api.interfaces
Interface IAnnotationResource
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- ICommonClassMetadata<C,M,F>, ICommonFieldMetadata<C,M,F>, ICommonMethodMetadata<C,M,F>, IEnvironmentRefAccessor, ISharedMetadata
public interface IAnnotationResource
- extends Serializable
This interface represents methods which can be call on
ClassAnnotationMetadata, MethodAnnotationMetadata and FieldAnnotationMetadata.
It manages @Resource annotation.
- Author:
- Florent Benoit
getJAnnotationResource
IJAnnotationResource getJAnnotationResource()
- Returns:
- JAnnotationResource object representing javax.annotation.Resource annotation.
setJAnnotationResource
void setJAnnotationResource(IJAnnotationResource jAnnotationResource)
- Set JAnnotationResource object.
- Parameters:
jAnnotationResource - object representing javax.annotation.Resource annotation.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.