Transient annotation

Transient marks a field to indicate that the field value is not persistent; for example, should not be written to a database.

EGL package name

eglx.persistence

Example use

Annotation detail
Record Transient type Annotation {
   targets=[FieldMbr]
   }
end
Annotation fields
None.
Comments
Compatibility

Table 1. Compatibility
Target Issue
Java No issues.
JavaScript Access of persisted data is not supported.