org.apache.webbeans.inject.instance
Class InstanceFactory

java.lang.Object
  extended by org.apache.webbeans.inject.instance.InstanceFactory

public final class InstanceFactory
extends java.lang.Object


Method Summary
static
<T> javax.enterprise.inject.Instance<T>
getInstance(java.lang.reflect.Type injectedType, java.lang.Class<?> injectionPointClass, WebBeansContext webBeansContext, java.lang.annotation.Annotation... annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static <T> javax.enterprise.inject.Instance<T> getInstance(java.lang.reflect.Type injectedType,
                                                                  java.lang.Class<?> injectionPointClass,
                                                                  WebBeansContext webBeansContext,
                                                                  java.lang.annotation.Annotation... annotations)
Parameters:
injectedType - injection class type
injectionPointClass - null or the class of the injection point
webBeansContext -
annotations - qualifier annotations
Returns:


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