@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.
- Author:
- Pinaki Poddar
- See Also:
ReplicationPolicy