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 (C) 2011 SERLI, Hardy Ferentschik
- See Also:
GroupSequence
value
public abstract Class<? extends DefaultGroupSequenceProvider<?>> value
- Returns:
- The default group sequence provider implementation.
Copyright © 2012 Oracle Corporation. All Rights Reserved.