org.base.apps.api.annot
Annotation Type BasePersist
@Retention(value=RUNTIME)
public @interface BasePersist
Annotation to tag an Application as persistent.
NOTE: This class will almost certainly be significantly refactored in the future.
- Author:
- Kevan Simpson
|
Required Element Summary |
String |
filename
The filename of where the application will be serialized and persisted. |
filename
public abstract String filename
- The filename of where the application will be serialized and persisted.
mode
public abstract BasePersist.Mode mode
- Default:
- org.base.apps.api.annot.BasePersist.Mode.file
Copyright 2011, Blue Agate Software Entity (BASE)