javax.validation
Annotation Type GroupSequence


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface GroupSequence

Defines group sequence.

The interface hosting @GroupSequence is representing the group sequence. When hosted on a class, represents the Default group for that class.

Author:
Emmanuel Bernard, Hardy Ferentschik

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.