Package org.duracloud.account.annotation
Annotation Interface UsernameExists
@Target({METHOD,FIELD})
@Retention(RUNTIME)
@Constraint(validatedBy=UsernameExistsValidator.class)
public @interface UsernameExists
- Author:
- Daniel Bernstein Date: Feb 8, 2012
-
Optional Element Summary
Optional Elements