@Module public class ProcessAnnotatedTypeImpl<X> extends java.lang.Object implements ProcessAnnotatedType<X>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<X> |
getAnnotatedType() |
void |
setAnnotatedType(AnnotatedType<X> type) |
java.lang.String |
toString() |
void |
veto() |
public AnnotatedType<X> getAnnotatedType()
getAnnotatedType in interface ProcessAnnotatedType<X>public void setAnnotatedType(AnnotatedType<X> type)
setAnnotatedType in interface ProcessAnnotatedType<X>public void veto()
veto in interface ProcessAnnotatedType<X>public java.lang.String toString()
toString in class java.lang.Object