Package javax.enterprise.inject.spi
Interface ProcessSyntheticAnnotatedType<X>
-
- All Superinterfaces:
ProcessAnnotatedType<X>
public interface ProcessSyntheticAnnotatedType<X> extends ProcessAnnotatedType<X>
This event gets fired for AnnotatedTypes which are not a result of the scanning process but got manually added.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Extension
getSource()
-
Methods inherited from interface javax.enterprise.inject.spi.ProcessAnnotatedType
getAnnotatedType, setAnnotatedType, veto
-
-
-
-
Method Detail
-
getSource
Extension getSource()
- Returns:
- the Extension which added this AnnotatedType
-
-