org.nakedobjects.applib.annotation
Annotation Type TypicalLength


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

The typical entry length of a field, use to determine the optimum width for display

See Also:
Parser

Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value


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