Package jakarta.validation
Annotation Type GroupSequence
- 
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface GroupSequence
Defines group sequence.The interface hosting
@GroupSequenceis representing the group sequence. When hosted on a class, represents theDefaultgroup for that class.- Author:
 - Emmanuel Bernard, Hardy Ferentschik
 
 
- 
- 
Element Detail
- 
value
Class<?>[] value
 
 - 
 
 -