All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.objectify.impl.translate.Recycles Maven / Gradle / Ivy

There is a newer version: 6.1.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy