javax.validation.groups
Annotation Type ConvertGroup


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

Convert 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. All Rights Reserved.