public interface WeldInjectionPoint<T,S> extends javax.enterprise.inject.spi.InjectionPoint, WeldAnnotated<T,S>
Modifier and Type | Interface and Description |
---|---|
static class |
WeldInjectionPoint.WeldInjectionPointSerializationProxy<T,S> |
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier and Type | Method and Description |
---|---|
WeldClass<?> |
getDeclaringType() |
void |
inject(Object declaringInstance,
Object value)
Injects an instance
|
getAnnotated, getBean, getMember, getQualifiers, getType, isDelegate, isTransient
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
Copyright © 2012 Seam Framework. All Rights Reserved.