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:
ProcessInjectionTarget, GenericBeanEvent

public class GProcessInjectionTarget
extends ProcessInjectionTargetImpl
implements GenericBeanEvent


Constructor Summary
GProcessInjectionTarget(InjectionTarget<?> injectionTarget, AnnotatedType<?> annotatedType)
           
 
Method Summary
 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(InjectionTarget<?> injectionTarget,
                               AnnotatedType<?> annotatedType)
Method Detail

getBeanClass

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


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