@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Transient
Can be placed on local caches or other fields which must not be persisted.
Copyright © 2018. All rights reserved.