|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface RiakLinks
Annotation to declare a field as holding a collection of RiakLinks
Annotate a single field in your domain class. It must be a
Collection
For example:
public class MyClass {
\@RiakKey
private String myKeyString;
\@RiakLinks
private Collection
JSONConverter
,
DefaultBucket
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |