Package org.hibernate.validator.group
Annotation Interface GroupSequenceProvider
The
GroupSequenceProvider
annotation defines the DefaultGroupSequenceProvider
class responsible to return the list of classes defining the default group sequence for the annotated type.
Note:
- It is not allowed to use
GroupSequenceProvider
andGroupSequence
together on the same type. GroupSequenceProvider
is a Hibernate Validator specific annotation and not portable.
- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Hardy Ferentschik
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends DefaultGroupSequenceProvider<?>> value- Returns:
- The default group sequence provider implementation.
-