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

com.mikerusoft.jsonable.annotations.DisplayNull Maven / Gradle / Ivy

There is a newer version: 1.2.13
Show newest version
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