GigaSpaces XAP 9.5 API

com.gigaspaces.annotation.pojo
Annotation Type SpacePersist


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @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; &#064SpacePersist public boolean isPersistent(){ return isPersistent; } }

Since:
5.1
Author:
Lior Ben Yizhak


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.