public class QualifierInstance extends Object
BeanManagerImpl.resolveInterceptors(javax.enterprise.inject.spi.InterceptionType, java.util.Collection)
Modifier and Type | Field and Description |
---|---|
static QualifierInstance |
ANY |
static QualifierInstance |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Class<? extends Annotation> |
getAnnotationClass() |
int |
hashCode() |
static QualifierInstance |
of(Annotation annotation,
MetaAnnotationStore store) |
static Set<QualifierInstance> |
of(javax.enterprise.inject.spi.Bean<?> bean,
MetaAnnotationStore store) |
static Set<QualifierInstance> |
of(Set<Annotation> qualifiers,
MetaAnnotationStore store) |
String |
toString() |
public static final QualifierInstance ANY
public static final QualifierInstance DEFAULT
public static Set<QualifierInstance> of(Set<Annotation> qualifiers, MetaAnnotationStore store)
public static Set<QualifierInstance> of(javax.enterprise.inject.spi.Bean<?> bean, MetaAnnotationStore store)
public static QualifierInstance of(Annotation annotation, MetaAnnotationStore store)
annotation
- store
- public Class<? extends Annotation> getAnnotationClass()
Copyright © 2016. All rights reserved.