com.googlecode.objectify.impl.translate.Recycles 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, when loading, it is sensitive to the previously
* existing value in a field. This existing value is extracted and put in the LoadContext.
*
* @author Jeff Schnitzer
*/
public interface Recycles {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy