com.mikerusoft.jsonable.annotations.DisplayNull Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonable Show documentation
Show all versions of jsonable Show documentation
Small library to convert Java POJO to and from JSON
package com.mikerusoft.jsonable.annotations;
import java.lang.annotation.ElementType;
/**
* @author Grinfeld Mikhail
* @since 8/15/2015.
*/
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({ElementType.FIELD, ElementType.METHOD})
public @interface DisplayNull {
boolean value() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy