Update some third-party annotations

This commit is contained in:
Victor Petukhov
2021-04-06 16:28:25 +03:00
parent cdcde634e8
commit 89270399db
4 changed files with 84 additions and 26 deletions
@@ -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 "";
}