av.tob
Annotation Type Swappable
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Swappable
Tells Ableverse to generate swapping classes and their code thus make a
persistent class Swappable.
This must annotate persistent classes.
- Author:
- Compl
|
Optional Element Summary |
String |
typeInSwap
A hint for underlying swap engine of internal type name corrosponding to
the annotated persistent class. |
typeInSwap
public abstract String typeInSwap
- A hint for underlying swap engine of internal type name corrosponding to
the annotated persistent class.
- Returns:
- hint type name for annotated persistent class
- Default:
- ""
Copyright© 2006 Ableverse Platform. All rights reserved.