We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d1164 commit 403add8Copy full SHA for 403add8
src/main/java/com/aerospike/mapper/annotations/AerospikeReference.java
@@ -6,7 +6,7 @@
6
import java.lang.annotation.Target;
7
8
/**
9
- * Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
+ * Bins marked with AerospikeReference need to exist as a separate entity to the referencing entity.
10
*/
11
@Retention(RetentionPolicy.RUNTIME)
12
@Target(ElementType.FIELD)
0 commit comments