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

com.github.kzwang.osem.annotations.JsonInclude Maven / Gradle / Ivy

package com.github.kzwang.osem.annotations;

/**
 * {@link com.fasterxml.jackson.annotation.JsonInclude.Include}
 */
public enum JsonInclude {
    DEFAULT, ALWAYS, NON_NULL, NON_DEFAULT, NON_EMPTY
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy