| Package | Description |
|---|---|
| org.jboss.weld.resolution | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
MetaAnnotationStore |
TypeSafeObserverResolver.getMetaAnnotationStore() |
protected MetaAnnotationStore |
ResolvableBuilder.getMetaAnnotationStore() |
| Modifier and Type | Method and Description |
|---|---|
static QualifierInstance |
QualifierInstance.of(Annotation annotation,
MetaAnnotationStore store) |
static Set<QualifierInstance> |
QualifierInstance.qualifiers(MetaAnnotationStore metaAnnotationStore,
Set<Annotation> annotations) |
| Constructor and Description |
|---|
QualifierInstance(Annotation instance,
MetaAnnotationStore store) |
ResolvableBuilder(MetaAnnotationStore store) |
TypeSafeObserverResolver(MetaAnnotationStore metaAnnotationStore,
Iterable<ObserverMethod<?>> observers) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Bindings.areInterceptorBindingsEquivalent(Annotation qualifier1,
Annotation qualifier2,
MetaAnnotationStore store) |
static boolean |
Bindings.areQualifiersEquivalent(Annotation qualifier1,
Annotation qualifier2,
MetaAnnotationStore store) |
static int |
Bindings.getInterceptorBindingHashCode(Annotation qualifier,
MetaAnnotationStore store) |
static int |
Bindings.getQualifierHashCode(Annotation qualifier,
MetaAnnotationStore store) |
Copyright © 2013 Seam Framework. All Rights Reserved.