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

com.facebook.presto.spark.launcher.internal.javax.annotation.Signed Maven / Gradle / Ivy

package com.facebook.presto.spark.launcher.internal.javax.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import com.facebook.presto.spark.launcher.internal.javax.annotation.meta.TypeQualifierNickname;
import com.facebook.presto.spark.launcher.internal.javax.annotation.meta.When;

/**
 * Used to annotate a value of unknown sign.
 */
@Documented
@TypeQualifierNickname
@Nonnegative(when = When.UNKNOWN)
@Retention(RetentionPolicy.RUNTIME)
public @interface Signed {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy