Annotation Type GroupSequenceProvider


  • @Retention(RUNTIME)
    @Target(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 <kevin.pollet@serli.com> (C) 2011 SERLI, Hardy Ferentschik
    See Also:
    GroupSequence