Package org.hibernate.validator.group
Annotation Type GroupSequenceProvider
-
@Retention(RUNTIME) @Target(TYPE) public @interface GroupSequenceProvider
TheGroupSequenceProviderannotation defines theDefaultGroupSequenceProviderclass responsible to return the list of classes defining the default group sequence for the annotated type.Note:
- It is not allowed to use
GroupSequenceProviderandGroupSequencetogether on the same type. GroupSequenceProvideris a Hibernate Validator specific annotation and not portable.
- Author:
- Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Hardy Ferentschik
- See Also:
GroupSequence
- It is not allowed to use
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends DefaultGroupSequenceProvider<?>>value
-
-
-
Element Detail
-
value
Class<? extends DefaultGroupSequenceProvider<?>> value
- Returns:
- The default group sequence provider implementation.
-
-