Package io.micronaut.data.annotation
Annotation Type Version
-
@Retention(RUNTIME) @Target({METHOD,FIELD,PARAMETER,ANNOTATION_TYPE}) @Documented @Inherited @AutoPopulated public @interface Version
Designates a field or method that is used to version an entity. Typically not used directly but instead mapped to via annotation such asjavax.persistence.Version
.- Since:
- 1.0
- Author:
- graemerocher
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
NAME
The annotation name.
-