javax.validation.groups
Annotation Type ConvertGroup


@Target(value={TYPE,METHOD,FIELD,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface ConvertGroup

Converts group from to group to during cascading.

Can be used everywhere Valid is used and must be on an element annotated with Valid.

Since:
1.1
Author:
Emmanuel Bernard

Required Element Summary
 Class<?> from
           
 Class<?> to
           
 

Element Detail

from

public abstract Class<?> from

to

public abstract Class<?> to


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