org.apache.myfaces.custom.dynaForm.annot.ui
Annotation Type Range


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Range

set the minimum and maximum allowed value


Required Element Summary
 long max
           
 long min
           
 

Element Detail

min

public abstract long min

max

public abstract long max


Copyright © 2009. All Rights Reserved.