org.apache.webbeans.portable.events.generics
Class GProcessInjectionTarget

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessInjectionTargetImpl
      extended by org.apache.webbeans.portable.events.generics.GProcessInjectionTarget
All Implemented Interfaces:
javax.enterprise.inject.spi.ProcessInjectionTarget, GenericBeanEvent

public class GProcessInjectionTarget
extends ProcessInjectionTargetImpl
implements GenericBeanEvent


Constructor Summary
GProcessInjectionTarget(javax.enterprise.inject.spi.InjectionTarget<?> injectionTarget, javax.enterprise.inject.spi.AnnotatedType<?> annotatedType)
           
 
Method Summary
 java.lang.Class<?> getBeanClass()
           
 
Methods inherited from class org.apache.webbeans.portable.events.ProcessInjectionTargetImpl
addDefinitionError, getAnnotatedType, getInjectionTarget, isSet, setInjectionTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GProcessInjectionTarget

public GProcessInjectionTarget(javax.enterprise.inject.spi.InjectionTarget<?> injectionTarget,
                               javax.enterprise.inject.spi.AnnotatedType<?> annotatedType)
Method Detail

getBeanClass

public java.lang.Class<?> getBeanClass()
Specified by:
getBeanClass in interface GenericBeanEvent


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.