|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAnnotationModel
public abstract class AnnotationModel
Constructor Summary | |
---|---|
AnnotationModel()
|
Method Summary | |
---|---|
static Annotation |
getAnnotationOfType(Collection<Annotation> annotations,
Class<? extends Annotation> annotationType)
|
static boolean |
hasAnnotationType(Collection<Annotation> annotations,
Class<? extends Annotation> annotationType)
|
abstract void |
validate()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationModel()
Method Detail |
---|
public static boolean hasAnnotationType(Collection<Annotation> annotations, Class<? extends Annotation> annotationType)
public static Annotation getAnnotationOfType(Collection<Annotation> annotations, Class<? extends Annotation> annotationType)
public abstract void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |