|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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:
GroupSequenceProvider and GroupSequence together on
the same type.GroupSequenceProvider is a Hibernate Validator specific annotation and not portable.
GroupSequence| Required Element Summary | |
|---|---|
java.lang.Class<? extends DefaultGroupSequenceProvider<?>> |
value
|
| Element Detail |
|---|
public abstract java.lang.Class<? extends DefaultGroupSequenceProvider<?>> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||