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

com.googlecode.objectify.impl.translate.Synthetic 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 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