org.jboss.kernel.plugins.annotations.wb
Class WBInjectFieldAnnotationPlugin

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.reflect.spi.FieldInfo,C>
                  extended by org.jboss.kernel.plugins.annotations.FieldAnnotationPlugin<Inject>
                      extended by org.jboss.kernel.plugins.annotations.wb.WBInjectFieldAnnotationPlugin
All Implemented Interfaces:
Cloneable, AnnotationPlugin<org.jboss.reflect.spi.FieldInfo,Inject>, MetaDataAnnotationPlugin<org.jboss.reflect.spi.FieldInfo,Inject>, org.jboss.util.JBossInterface

public class WBInjectFieldAnnotationPlugin
extends FieldAnnotationPlugin<Inject>

Web beans kind of inject.

Author:
Ales Justin

Field Summary
static WBInjectFieldAnnotationPlugin INSTANCE
           
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
protected WBInjectFieldAnnotationPlugin()
           
 
Method Summary
protected  ValueMetaData createValueMetaData(org.jboss.reflect.spi.FieldInfo info, Inject inject)
          Create value meta data.
 
Methods inherited from class org.jboss.kernel.plugins.annotations.FieldAnnotationPlugin
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.MetaDataAnnotationPlugin
applyAnnotation, getAnnotation, getSupportedTypes
 

Field Detail

INSTANCE

public static final WBInjectFieldAnnotationPlugin INSTANCE
Constructor Detail

WBInjectFieldAnnotationPlugin

protected WBInjectFieldAnnotationPlugin()
Method Detail

createValueMetaData

protected ValueMetaData createValueMetaData(org.jboss.reflect.spi.FieldInfo info,
                                            Inject inject)
Description copied from class: InjectableMemberAnnotationPlugin
Create value meta data.

Overrides:
createValueMetaData in class InjectableMemberAnnotationPlugin<org.jboss.reflect.spi.FieldInfo,Inject>
Parameters:
info - the info
inject - the annotation
Returns:
value metadata


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