Package io.micronaut.data.annotation
Annotation Type Transient
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented public @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 asjavax.persistence.Transient
.- Since:
- 1.0
- Author:
- graemerocher