org.jboss.kernel.plugins.annotations
Class CollectionValueAnnotationPlugin

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,C>
          extended by org.jboss.kernel.plugins.annotations.PropertyAnnotationPlugin<C>
              extended by org.jboss.kernel.plugins.annotations.CollectionsAnnotationPlugin<CollectionValue>
                  extended by org.jboss.kernel.plugins.annotations.CollectionValueAnnotationPlugin
All Implemented Interfaces:
Cloneable, Annotation2ValueMetaDataAdapter<CollectionValue>, AnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,CollectionValue>, PropertyAware, org.jboss.util.JBossInterface

public class CollectionValueAnnotationPlugin
extends CollectionsAnnotationPlugin<CollectionValue>

Collection value annotation plugin.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
CollectionValueAnnotationPlugin()
           
 
Method Summary
 ValueMetaData createValueMetaData(CollectionValue annotation)
          Create ValueMetaData instance.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.CollectionsAnnotationPlugin
createValueMetaData
 
Methods inherited from class org.jboss.kernel.plugins.annotations.PropertyAnnotationPlugin
getProperties, getPropertyMetaData, getPropertyMetaData, getPropertyMetaData, internalApplyAnnotation, isElementTypeSupported, isMetaDataAlreadyPresent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin
applyAnnotation, cleanAnnotation, getAnnotation, getSupportedTypes, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isAttributePresent, isMetaDataAlreadyPresent, toShortString, toString
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.kernel.plugins.annotations.PropertyAware
applyAnnotation
 
Methods inherited from interface org.jboss.kernel.plugins.annotations.Annotation2ValueMetaDataAdapter
getAnnotation
 

Constructor Detail

CollectionValueAnnotationPlugin

public CollectionValueAnnotationPlugin()
Method Detail

createValueMetaData

public ValueMetaData createValueMetaData(CollectionValue annotation)
Description copied from interface: Annotation2ValueMetaDataAdapter
Create ValueMetaData instance.

Parameters:
annotation - the annotation instance
Returns:
new ValueMetaData instance


Copyright ? 2007 JBoss Inc.. All Rights Reserved.