org.ujorm.orm.annot
Annotation Type Sortable


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Sortable

An annotation for common use. The Ujorm framework does not use this annotation directly.


Optional Element Summary
 java.lang.String value
          Default parameter for common use.
 

value

public abstract java.lang.String value
Default parameter for common use.

Default:
""


Copyright © 2007-2012 PPonec