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

org.glowroot.agent.shaded.javax.annotation.Signed Maven / Gradle / Ivy

There is a newer version: 0.14.0-beta.3
Show newest version
package org.glowroot.agent.shaded.javax.annotation;

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

import org.glowroot.agent.shaded.javax.annotation.meta.TypeQualifierNickname;
import org.glowroot.agent.shaded.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