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.
 

Method Detail

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 info
metaData - the metadata
beanMetaData - the bean meta data
Throws:
Throwable - for any error


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.