|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Replicated
Annotation to specify the instance of the annotated entity be
replicated across more than one slices. The actual slices where an
instance of the annotated entity will be replicated is determined by
the return value of user-specified
ReplicationPolicy#replicate(Object, java.util.List, Object)
method.
ReplicationPolicy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |