GigaSpaces XAP 10.0.1 API

com.gigaspaces.annotation.pojo
Annotation Type SpaceVersion


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

Indicates 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; &#064SpaceVersion public int getVersion(){ return version; } public void setVersion(int version){ this.version = version; } }

Since:
5.1
Author:
Lior Ben Yizhak


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.