@Retention(value=RUNTIME) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Constraint(validatedBy=ValidFlightId.StringValidator.class) @NotBlank @Length(min=7, max=7) public @interface ValidFlightId
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.