public <T> T get(Contextual<T> component, CreationalContext<T> creationalContext)
{
if (!active)
{
throw new ContextNotActiveException("WebBeans context with scope type annotation @" + getScopeType().getName() + " is not active with respect to the current thread");
}
return getInstance(component, creationalContext);
}