Package org.jboss.weld.context.api
Interface ContextualInstance<T>
-
public interface ContextualInstance<T>Represents a contextual instance of a given type. This is an abstraction on top of the actual bean instance stored in each context. It glues together the actual instance with itsCreationalContextandContextual- Author:
- Matej Novotny
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.enterprise.context.spi.Contextual<T>getContextual()javax.enterprise.context.spi.CreationalContext<T>getCreationalContext()TgetInstance()
-