org.jboss.webbeans.injection
Interface AnnotatedInjectionPoint<T,S>

All Superinterfaces:
AnnotatedItem<T,S>, InjectionPoint
All Known Implementing Classes:
ConstructorInjectionPoint, FieldInjectionPoint, MethodInjectionPoint, ParameterInjectionPoint

public interface AnnotatedInjectionPoint<T,S>
extends InjectionPoint, AnnotatedItem<T,S>


Field Summary
 
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem
MAPPED_METAANNOTATIONS
 
Method Summary
 void inject(java.lang.Object declaringInstance, java.lang.Object value)
          Injects an instance
 
Methods inherited from interface javax.inject.manager.InjectionPoint
getAnnotation, getAnnotations, getBean, getBindings, getMember, getType, isAnnotationPresent
 
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic
 

Method Detail

inject

void inject(java.lang.Object declaringInstance,
            java.lang.Object value)
Injects an instance

Parameters:
declaringInstance - The instance to inject into
value - The value to inject


Copyright © 2011. All Rights Reserved.