com.googlecode.androidannotations.annotations
Annotation Type InstanceState


@Retention(value=CLASS)
@Target(value=FIELD)
public @interface InstanceState

Use on activity fields to save and restore their values when the system calls onSaveInstanceState(Bundle) and onCreate(Bundle).



Copyright © 2010-2013. All Rights Reserved.