java.lang.Object
org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
All Implemented Interfaces:
AnnotatedElement, Type, TypeVariable<Class<?>>

public class AnnotatedObject extends Object implements TypeVariable<Class<?>>
A pseudo type variable used to express that the annotated element itself (e.g. a list) has been marked for cascaded validation.
Author:
Gunnar Morling