Annotation Interface GeneratedValue


@Target(FIELD) @Retention(RUNTIME) public @interface GeneratedValue
This annotation is targeted at Document interfaces, indicating that the framework should generate the document key value using the specified generator
Author:
Subhashni Balakrishnan
  • Element Details