Use jspecify Nullable
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
parent
b3a5473bc7
commit
0570242ec4
|
@ -103,7 +103,7 @@ abstract class ClassFileAnnotationMetadata {
|
|||
classDesc.packageName() + "." + classDesc.displayName();
|
||||
}
|
||||
|
||||
private static Object parseArrayValue(String className, @org.jetbrains.annotations.Nullable ClassLoader classLoader, AnnotationValue.OfArray arrayValue) {
|
||||
private static Object parseArrayValue(String className, @Nullable ClassLoader classLoader, AnnotationValue.OfArray arrayValue) {
|
||||
if (arrayValue.values().isEmpty()) {
|
||||
return new Object[0];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue