@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 |
---|---|
java.lang.Class<? extends DefaultGroupSequenceProvider<?>> |
value |
public abstract java.lang.Class<? extends DefaultGroupSequenceProvider<?>> value
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved