com.googlecode.objectify.impl.translate.Synthetic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectify Show documentation
Show all versions of objectify Show documentation
The simplest convenient interface to the Google App Engine datastore
package com.googlecode.objectify.impl.translate;
/**
* Marker interface for a translator that indicates that on load, the property value in the entity
* should be ignored and instead the loader should just be run with a null value. This is a somewhat
* experimental approach to handling @Owner fields.
*
* @author Jeff Schnitzer
*/
public interface Synthetic {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy