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 Type
    Method
    Description
    jakarta.enterprise.inject.spi.AnnotatedType<T>
    Returns the AnnotatedType for this injection target

    Methods inherited from interface jakarta.enterprise.inject.spi.InjectionTarget

    inject, postConstruct, preDestroy

    Methods inherited from interface jakarta.enterprise.inject.spi.Producer

    dispose, getInjectionPoints, produce
  • Method Details

    • getAnnotatedType

      jakarta.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
      Returns the AnnotatedType for this injection target
      Returns:
      annotated type for this injection target