@Target(value={FIELD,METHOD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface Stored
This annotation denotes a property of a Class implementing the CredentialStorage
interface as being persistent. Properties annotated with @Stored must be
Serializable.
- Author:
- Shane Bryzak