Update some third-party annotations
This commit is contained in:
@@ -27,5 +27,5 @@ import java.lang.annotation.*;
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.TYPE_USE})
|
||||
public @interface Nullable {
|
||||
@NonNls String value() default "";
|
||||
String value() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user