Interface BeanUtils.AnnotationMap
- Enclosing class:
BeanUtils
public static interface BeanUtils.AnnotationMap
A map that provides annotations for given annotation classes.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the entity that this annotation stems from.<T extends Annotation>
TgetAnnotation(Class<T> annotationClazz) Returns the annotation for annotationClazz.
-
Method Details
-
getAnnotatedEntity
String getAnnotatedEntity()Returns the name of the entity that this annotation stems from. -
getAnnotation
Returns the annotation for annotationClazz.
-