org.apache.webbeans.inject.instance
Class InstanceFactory
java.lang.Object
org.apache.webbeans.inject.instance.InstanceFactory
public final class InstanceFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static <T> javax.enterprise.inject.Instance<T> getInstance(Type injectedType,
Class<?> injectionPointClass,
WebBeansContext webBeansContext,
Annotation... annotations)
- Parameters:
injectedType - injection class typeinjectionPointClass - null or the class of the injection pointwebBeansContext - annotations - qualifier annotations
- Returns:
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.