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.
 
Optional Element Summary
 BasePersist.Mode mode
           
 

Element Detail

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

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)