com.cedarsoft.commons.javafx.MayContainNull Maven / Gradle / Ivy
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