Package com.gigaspaces.annotation.pojo
Annotation Interface SpacePersist
Indicate if the instance is persist. The Dynamic method must have a return value boolean as
method signature
e.g.
class MyPojo{ private boolean isPersistent;
@SpacePersist public boolean isPersistent(){ return isPersistent; } } - Since:
- 5.1
- Author:
- Lior Ben Yizhak