org.jboss.kernel.plugins.annotations
Class StringValueConstructorValueAnnotationPlugin

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<org.jboss.reflect.spi.ClassInfo,C>
              extended by org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin<C>
                  extended by org.jboss.kernel.plugins.annotations.ConstructorValueAnnotationPlugin<StringValue>
                      extended by org.jboss.kernel.plugins.annotations.StringValueConstructorValueAnnotationPlugin
All Implemented Interfaces:
Cloneable, Annotation2ValueMetaDataAdapter<StringValue>, AnnotationPlugin<org.jboss.reflect.spi.ClassInfo,StringValue>, MetaDataAnnotationPlugin<org.jboss.reflect.spi.ClassInfo,StringValue>, org.jboss.util.JBossInterface

public class StringValueConstructorValueAnnotationPlugin
extends ConstructorValueAnnotationPlugin<StringValue>

String constructor annotation plugin.

Author:
Ales Justin

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
protected StringValueConstructorValueAnnotationPlugin()
           
 
Method Summary
 ValueMetaData createValueMetaData(StringValue annotation)
          Create the value metadata from annotation.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ConstructorValueAnnotationPlugin
createValueMetaData, createValueMetaData, createValueMetaData, createValueMetaData, internalApplyAnnotation, isMetaDataAlreadyPresent
 
Methods inherited from class org.jboss.kernel.plugins.annotations.ClassAnnotationPlugin
isElementTypeSupported
 
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.Annotation2ValueMetaDataAdapter
getAnnotation
 
Methods inherited from interface org.jboss.kernel.plugins.annotations.MetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes
 

Constructor Detail

StringValueConstructorValueAnnotationPlugin

protected StringValueConstructorValueAnnotationPlugin()
Method Detail

createValueMetaData

public ValueMetaData createValueMetaData(StringValue annotation)
Description copied from class: ConstructorValueAnnotationPlugin
Create the value metadata from annotation.

Specified by:
createValueMetaData in class ConstructorValueAnnotationPlugin<StringValue>
Parameters:
annotation - the annotation
Returns:
new value metadata


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