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

com.cedarsoft.commons.javafx.MayContainNull Maven / Gradle / Ivy

There is a newer version: 8.9.2
Show newest version
package com.cedarsoft.commons.javafx;

import java.lang.annotation.Documented;
import java.lang.annotation.Inherited;

/**
 * Annotation for properties that may contain null
 */
@Documented
@Inherited
public @interface MayContainNull {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy