Package javax.enterprise.inject.spi
Interface ProcessAnnotatedType<X>
-
- All Known Subinterfaces:
ProcessSyntheticAnnotatedType<X>
public interface ProcessAnnotatedType<X>
Event is fired before reading any annotations on the class.- Version:
- $Rev: 815435 $ $Date: 2009-09-15 20:18:44 +0200 (Tue, 15 Sep 2009) $
class type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedType<X>
getAnnotatedType()
Gets annotated type.void
setAnnotatedType(AnnotatedType<X> type)
Replaces annotated type.void
veto()
Veto registering process.
-
-
-
Method Detail
-
getAnnotatedType
AnnotatedType<X> getAnnotatedType()
Gets annotated type.- Returns:
- annotated type
-
setAnnotatedType
void setAnnotatedType(AnnotatedType<X> type)
Replaces annotated type.- Parameters:
type
- annotated type
-
veto
void veto()
Veto registering process.
-
-