public final class CDIInstantiator extends Object implements ConfigurableImpl.Instantiator
Modifier and Type | Method and Description |
---|---|
<T> Object |
create(Class<T> cls) |
void |
release(Object instance) |
public <T> Object create(Class<T> cls)
create
in interface ConfigurableImpl.Instantiator
public void release(Object instance)
release
in interface ConfigurableImpl.Instantiator
Apache CXF