public class ImmediateInstanceFactory<T> extends Object implements InstanceFactory<T>
Constructor and Description |
---|
ImmediateInstanceFactory(T instance) |
Modifier and Type | Method and Description |
---|---|
InstanceHandle<T> | createInstance() Factory that creates a fully injected instance. |
public ImmediateInstanceFactory(T instance)
public InstanceHandle<T> createInstance() throws InstantiationException
InstanceFactory
createInstance
in interface InstanceFactory<T>
InstantiationException
Copyright © 2015 JBoss by Red Hat. All rights reserved.