com.gigaspaces.annotation.pojo
Annotation Type SpaceVersion


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SpaceVersion

Indicate the property that holds the optimistic locking version. The Dynamic method must have a return value int as method signature. e.g. class MyPojo{ private int version;