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 2010 The Apache Software Foundation. All Rights Reserved.