org.nakedobjects.applib.annotation
Annotation Type MaxLength


@Inherited
@Target(value={TYPE,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface MaxLength

The maximum entry length of a field.

Can also be specified for types that are annotated as @Value types. To apply, the value must have string semantics.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.