Package org.jboss.weld.manager.api
Interface WeldInjectionTarget<T>
- Type Parameters:
T- the type of the instance
- All Superinterfaces:
jakarta.enterprise.inject.spi.InjectionTarget<T>,jakarta.enterprise.inject.spi.Producer<T>
public interface WeldInjectionTarget<T>
extends jakarta.enterprise.inject.spi.InjectionTarget<T>
Specialized version of
InjectionTarget that exposes additional information.- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.AnnotatedType<T>Returns theAnnotatedTypefor this injection targetMethods inherited from interface jakarta.enterprise.inject.spi.InjectionTarget
inject, postConstruct, preDestroyMethods inherited from interface jakarta.enterprise.inject.spi.Producer
dispose, getInjectionPoints, produce
-
Method Details
-
getAnnotatedType
jakarta.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()Returns theAnnotatedTypefor this injection target- Returns:
- annotated type for this injection target
-