Annotation Type IgnoreLoad


@Retention(RUNTIME)
@Target(FIELD)
public @interface IgnoreLoad

Flags a field of a POJO entity that should not be loaded by Objectify. It will still be saved, however.

Author:
Jeff Schnitzer