final class Transient (View source)

Marks a property as transient - it will never be considered by the persistence layer for storage and retrieval.

Useful for calculated values and any other properties only needed during runtime.