Annotation Interface WriteOnlyProperty


@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented public @interface WriteOnlyProperty
Annotation to mark a property that will be written to Elasticsearch, but not set when reading from Elasticsearch. This is needed for synthesized fields that may be used for search but that are not available in the entity.
Since:
5.0
Author:
Peter-Josef Meisch