Package org.infinispan.cdi.common.util
Class ContextualReference<T>
java.lang.Object
org.infinispan.cdi.common.util.ContextualReference<T>
Represents a non-contextual instance
-
Constructor Summary
ConstructorsConstructorDescriptionContextualReference(BeanManager beanManager, Type beantype, Annotation... qualifiers) -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreationalContext<T> ctx) Create the instancedestroy(CreationalContext<T> ctx) destroy the beanget()Get the instance
-
Constructor Details
-
ContextualReference
-
-
Method Details
-
get
Get the instance -
create
Create the instance -
destroy
destroy the bean
-