Annotation Interface Save


@Target(FIELD) @Inherited @Retention(RUNTIME) public @interface Save
Any field annotated with @Save will be saved and restored as needed. In a production system, @Saved fields are persistent and durable.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details