Package com.aerospike.mapper.annotations
Annotation Type ParamFrom
@Retention(RUNTIME) @Target(PARAMETER) public @interface ParamFrom
Tags a field in a class to be mapped to an Aerospike bin.
-
Required Element Summary
-
Element Details
-
value
String valueThe name of the bin to use.
-