blob: d9024b49dcd3afc27d8d369a04e7f9614262a1a4 [file] [log] [blame]
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 {}