org.sormula.annotation
Annotation Type Transient


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

Defines a field that is in a row class but not used in any database operations. Annotates a class variable.

Since:
1.0
Author:
Jeff Miller