Package io.quarkus.arc.processor
Class Injection
java.lang.Object
io.quarkus.arc.processor.Injection
Injection abstraction, basically a collection of injection points plus the annotation target:
- an injected field,
- a bean constructor,
- an initializer method,
- a producer method,
- a disposer method,
- an observer method.
- Author:
- Martin Kouba
-
Constructor Summary
ConstructorsConstructorDescriptionInjection(org.jboss.jandex.AnnotationTarget target, List<InjectionPointInfo> injectionPoints) -
Method Summary
-
Constructor Details
-
Injection
public Injection(org.jboss.jandex.AnnotationTarget target, List<InjectionPointInfo> injectionPoints)
-
-
Method Details
-
getTarget
public org.jboss.jandex.AnnotationTarget getTarget()- Returns:
- the annotation target or
nullin case of synthetic injection
-
init
-