org.jboss.kernel.plugins.annotations
Interface PropertyAware

All Known Implementing Classes:
AnnotationsPropertyInjectionAnnotationPlugin, ArrayValueAnnotationPlugin, CollectionsAnnotationPlugin, CollectionValueAnnotationPlugin, InjectAnnotationPlugin, JavaBeanValueAnnotationPlugin, ListValueAnnotationPlugin, MapValueAnnotationPlugin, NullValueAnnotationPlugin, PropertyAnnotationPlugin, PropertyInstallCallbackAnnotationPlugin, PropertyUninstallCallbackAnnotationPlugin, SearchPropertyAnnotationPlugin, SetValueAnnotationPlugin, StringValueAnnotationPlugin, ThisValueAnnotationPlugin, ValueFactoryAnnotationPlugin, WBInjectAnnotationPlugin

public interface PropertyAware

Marker interface.

Author:
Ales Justin

Method Summary
 void applyAnnotation(org.jboss.beans.info.spi.PropertyInfo info, org.jboss.metadata.spi.MetaData retrieval, MetaDataVisitor visitor)
           
 

Method Detail

applyAnnotation

void applyAnnotation(org.jboss.beans.info.spi.PropertyInfo info,
                     org.jboss.metadata.spi.MetaData retrieval,
                     MetaDataVisitor visitor)
                     throws Throwable
Throws:
Throwable


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