@Retention(value=RUNTIME) @Target(value=FIELD) public @interface IgnoreLoad
Flags a field of a POJO entity that should not be loaded by Objectify. It will still be saved, however.
Copyright © 2014. All rights reserved.