Package com.aerospike.mapper.annotations
Annotation Type AerospikeBin
@Retention(RUNTIME) @Target(FIELD) public @interface AerospikeBin
Tags a field in a class to be mapped to an Aerospike bin.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
name
The name of the bin to use.boolean
useAccessors
-
Element Details
-
name
String nameThe name of the bin to use. If not specified, the field name is used for the bin name.- Default:
- ""
-
useAccessors
boolean useAccessors- Default:
- false
-