net.sf.persism.annotations
Annotation Type NotMapped


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

Indicates that the property is not mapped to a column. This annotation can appear on the class field, getter or setter. Persism ignores read-only properties so this annotation is only required where you have a read/write property which does not map to any column.