org.jboss.kernel.plugins.annotations
Class ValueFactoryConstructorValueAnnotationPlugin

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.kernel.plugins.annotations.AbstractAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,C>
          extended by org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin<C>
              extended by org.jboss.kernel.plugins.annotations.ConstructorValueAnnotationPlugin<ValueFactory>
                  extended by org.jboss.kernel.plugins.annotations.ValueFactoryConstructorValueAnnotationPlugin
All Implemented Interfaces:
Cloneable, Annotation2ValueMetaDataAdapter<ValueFactory>, AnnotationPlugin<org.jboss.reflect.spi.ClassInfo,ValueFactory>, org.jboss.util.JBossInterface

public class ValueFactoryConstructorValueAnnotationPlugin
extends ConstructorValueAnnotationPlugin<ValueFactory>

Value factory constructor annotation plugin.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
protected ValueFactoryConstructorValueAnnotationPlugin()
           
 
Method Summary
 ValueMetaData createValueMetaData(ValueFactory annotation)
          Create ValueMetaData instance.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ConstructorValueAnnotationPlugin
internalApplyAnnotation, isMetaDataAlreadyPresent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin
isElementTypeSupported
 
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.Annotation2ValueMetaDataAdapter
getAnnotation
 

Constructor Detail

ValueFactoryConstructorValueAnnotationPlugin

protected ValueFactoryConstructorValueAnnotationPlugin()
Method Detail

createValueMetaData

public ValueMetaData createValueMetaData(ValueFactory 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.