Skip to content

Commit 403add8

Browse files
authored
Fix AerospikeReference Javadoc (#134)
1 parent a0d1164 commit 403add8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/aerospike/mapper/annotations/AerospikeReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import java.lang.annotation.Target;
77

88
/**
9-
* Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
9+
* Bins marked with AerospikeReference need to exist as a separate entity to the referencing entity.
1010
*/
1111
@Retention(RetentionPolicy.RUNTIME)
1212
@Target(ElementType.FIELD)

0 commit comments

Comments
 (0)