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

javax.annotation.Nullable Maven / Gradle / Ivy

The newest version!
//
// $Id$
//
// Provided for GWT compatibility of temporary Google Collections code

package javax.annotation;

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

@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface Nullable {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy