io.scalecube.services.annotations.Null Maven / Gradle / Ivy
package io.scalecube.services.annotations;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target({TYPE, FIELD, PARAMETER})
public @interface Null {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy