org.jboss.kernel.plugins.annotations
Class CollectionValueAnnotationPlugin

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin<T,C>
          extended by org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<T,C>
              extended by org.jboss.kernel.plugins.annotations.InjectableMemberAnnotationPlugin<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>, MetaDataAnnotationPlugin<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
static CollectionValueAnnotationPlugin INSTANCE
           
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
protected CollectionValueAnnotationPlugin()
           
 
Method Summary
 ValueMetaData createValueMetaData(CollectionValue annotation)
          Create value meta data.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.CollectionsAnnotationPlugin
createValueMetaData
 
Methods inherited from class org.jboss.kernel.plugins.annotations.PropertyAnnotationPlugin
getName, isElementTypeSupported
 
Methods inherited from class org.jboss.kernel.plugins.annotations.InjectableMemberAnnotationPlugin
createValueMetaData, createValueMetaData, createValueMetaData, createValueMetaData, createValueMetaData, findPropertyMetaData, getProperties, getPropertyMetaData, getPropertyMetaData, internalApplyAnnotation, isMetaDataAlreadyPresent, isMetaDataComplete
 
Methods inherited from class org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin
applyAnnotation, checkIfNotAbstractBeanMetaDataSpecific, cleanAnnotation, internalApplyAnnotation, internalApplyAnnotation, internalCleanAnnotation, isMetaDataAlreadyPresent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.BaseMetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes, isAttributePresent, isAttributePresent, isCleanup, isCleanupOnly, 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
createValueMetaData, getAnnotation
 
Methods inherited from interface org.jboss.kernel.plugins.annotations.MetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes
 

Field Detail

INSTANCE

public static final CollectionValueAnnotationPlugin INSTANCE
Constructor Detail

CollectionValueAnnotationPlugin

protected CollectionValueAnnotationPlugin()
Method Detail

createValueMetaData

public ValueMetaData createValueMetaData(CollectionValue annotation)
Description copied from class: InjectableMemberAnnotationPlugin
Create value meta data.

Overrides:
createValueMetaData in class InjectableMemberAnnotationPlugin<org.jboss.beans.info.spi.PropertyInfo,CollectionValue>
Parameters:
annotation - the annotation
Returns:
value meta data


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