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

com.github.kristofa.brave.internal.Nullable Maven / Gradle / Ivy

There is a newer version: 3.9.1
Show newest version
package com.github.kristofa.brave.internal;

/**
 * Libraries such as Guice and AutoValue will process any annotation named {@code Nullable}.
 * This avoids a dependency on one of the many jsr305 jars.
 */
@java.lang.annotation.Documented
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
public @interface Nullable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy