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

com.rethinkdb.annotations.IgnoreNullFields Maven / Gradle / Ivy

There is a newer version: 2.3.2.20160729
Show newest version
package com.rethinkdb.annotations;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
/**
 * When saving this data to rethink db, skip null properties.
 * To recursively skip null properties of children properties,
 * specify this annotation to the children property's classes.
 */
public @interface IgnoreNullFields {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy