com.almende.util
Class AnnotationUtil
java.lang.Object
com.almende.util.AnnotationUtil
public class AnnotationUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationUtil
public AnnotationUtil()
get
public static AnnotationUtil.AnnotatedClass get(Class<?> clazz)
- Get all annotations of a class, methods, and parameters.
Returned annotations include all annotations of the classes interfaces
and super classes (excluding java.lang.Object).
- Parameters:
clazz
-
- Returns:
- annotatedClazz
get
public static AnnotationUtil.AnnotatedClass get(Class<?> clazz,
boolean includeObject)
- Get all annotations of a class, methods, and parameters.
Returned annotations include all annotations of the classes interfaces
and super classes.
- Parameters:
clazz
- includeObject
- If true, methods of java.lang.Object will be
included in the superclasses too.
- Returns:
- annotatedClazz
Copyright © 2013 Almende BV. All Rights Reserved.