public class ContextHolder<T extends javax.enterprise.context.spi.Context> extends Object
| Constructor and Description |
|---|
ContextHolder(T context,
Class<T> type,
Set<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
T |
getContext() |
Set<Annotation> |
getQualifiers() |
Class<T> |
getType() |
public ContextHolder(T context, Class<T> type, Set<Annotation> qualifiers)
public T getContext()
public Set<Annotation> getQualifiers()
Copyright © 2017. All rights reserved.