blob: 73e9ea1e1e725d6c4777d0fa056d98ec9913614c [file] [log] [blame]
package com.siyeh.ipp;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
public @interface Nullable{
String documentation() default "";
}