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
 String value
          Default parameter for common use.
 

value

public abstract String value
Default parameter for common use.

Default:
""


Copyright 2013, Pavel Ponec