org.jboss.kernel.spi.annotations
Interface BeanMetaDataAnnotationAdapter
- All Known Implementing Classes:
- AbstractMetaDataAnnotationAdapter, BasicBeanMetaDataAnnotationAdapter
public interface BeanMetaDataAnnotationAdapter
Annotations adapter contract based on metadata.
- Author:
- Ales Justin
Method Summary |
void |
applyAnnotations(org.jboss.beans.info.spi.BeanInfo beanInfo,
org.jboss.metadata.spi.MetaData metaData,
BeanMetaData beanMetaData)
Apply the annotations on bean metadata. |
applyAnnotations
void applyAnnotations(org.jboss.beans.info.spi.BeanInfo beanInfo,
org.jboss.metadata.spi.MetaData metaData,
BeanMetaData beanMetaData)
throws Throwable
- Apply the annotations on bean metadata.
- Parameters:
beanInfo
- the bean infometaData
- the metadatabeanMetaData
- the bean meta data
- Throws:
Throwable
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.