org.duelengine.duel.mvc.Nullable Maven / Gradle / Ivy
package org.duelengine.duel.mvc;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
@interface Nullable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy