Package io.micronaut.data.annotation
Annotation Interface Transient
Annotation used to indicate a field or method is transient and not persisted. Typically not used
directly but mapped to via another annotation such as
javax.persistence.Transient
.- Since:
- 1.0
- Author:
- graemerocher