Annotation Type State


@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface State
State that will be written to the log (or restored). By default, all member variables (non-static, non-volatile) will be saved.
Author:
marklittle