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

com.github.obhen233.annotation.application.IfNull Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.annotation.application;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)  
@Target(ElementType.TYPE)
public @interface IfNull {
	boolean value() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy