Package | Description |
---|---|
org.jboss.weld.annotated.slim.backed |
Modifier and Type | Class and Description |
---|---|
class |
BackedAnnotatedConstructor<X> |
class |
BackedAnnotatedMethod<X> |
Modifier and Type | Method and Description |
---|---|
BackedAnnotatedCallable<X,?> |
BackedAnnotatedParameter.getDeclaringCallable() |
Modifier and Type | Method and Description |
---|---|
static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> |
BackedAnnotatedParameter.of(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
Constructor and Description |
---|
BackedAnnotatedParameter(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
Copyright © 2016. All rights reserved.