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

com.facebook.presto.spark.launcher.internal.org.checkerframework.checker.signature.qual.SignatureUnknown Maven / Gradle / Ivy

package com.facebook.presto.spark.launcher.internal.org.checkerframework.checker.signature.qual;

import java.lang.annotation.Target;
import com.facebook.presto.spark.launcher.internal.org.checkerframework.framework.qual.DefaultQualifierInHierarchy;
import com.facebook.presto.spark.launcher.internal.org.checkerframework.framework.qual.SubtypeOf;

/**
 * Top qualifier in the type hierarchy.
 *
 * 

This annotation may not be written in source code; it is an implementation detail of the * checker. * * @checker_framework.manual #signature-checker Signature Checker */ @DefaultQualifierInHierarchy @SubtypeOf({}) @Target({}) // empty target prevents programmers from writing this in a program public @interface SignatureUnknown {}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy