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;