Annotation Interface BsonProperty
@Deprecated
@Documented
@Target(RECORD_COMPONENT)
@Retention(RUNTIME)
public @interface BsonProperty
Deprecated.
An annotation that configures a record component.
- Since:
- 4.6
-
Optional Element Summary
-
Element Details
-
value
String valueDeprecated.The field name of the record component.- Returns:
- the field name to use for the record component
- Default:
- ""
-
BsonProperty