@Retention(value=RUNTIME) @Target(value=TYPE) public @interface GroupSequenceProvider
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| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends DefaultGroupSequenceProvider<?>> |
value |
public abstract Class<? extends DefaultGroupSequenceProvider<?>> value
Copyright © 2017 JBoss by Red Hat. All rights reserved.