org.qi4j.library.constraints.annotation
Annotation Type OneOf


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value=OneOfConstraint.class)
public @interface OneOf

Marks a property as being a string, non null, one of the specified strings.


Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value