org.hibernate.validator.group
Annotation Type GroupSequenceProvider
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @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
and GroupSequence
together on
the same type.
GroupSequenceProvider
is a Hibernate Validator specific annotation and not portable.
- Author:
- Kevin Pollet - SERLI - (kevin.pollet@serli.com), Hardy Ferentschik
- See Also:
GroupSequence
value
public abstract Class<? extends DefaultGroupSequenceProvider<?>> value
- Returns:
- The default group sequence provider implementation.
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved