X - bean class infopublic class ProcessAnnotatedTypeImpl<X> extends Object implements ProcessAnnotatedType<X>
ProcessAnnotatedType.| Constructor and Description |
|---|
ProcessAnnotatedTypeImpl(AnnotatedType<X> annotatedType)
Creates a new instance with the given annotated type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedType<X> |
getAnnotatedType() |
boolean |
isModifiedAnnotatedType()
Returns sets or not.
|
boolean |
isVeto()
Returns veto status.
|
void |
setAnnotatedType(AnnotatedType<X> type) |
void |
veto() |
public ProcessAnnotatedTypeImpl(AnnotatedType<X> annotatedType)
annotatedType - annotated typepublic AnnotatedType<X> getAnnotatedType()
getAnnotatedType in interface ProcessAnnotatedType<X>public void setAnnotatedType(AnnotatedType<X> type)
setAnnotatedType in interface ProcessAnnotatedType<X>public boolean isModifiedAnnotatedType()
public void veto()
veto in interface ProcessAnnotatedType<X>public boolean isVeto()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.