Files
openide/java/java-impl/resources/intentionDescriptions/MakeAnnotationExternal/before.java.template
T
2025-02-05 04:43:28 +00:00

11 lines
140 B
Plaintext

import org.jetbrains.annotations.Nullable;
class A {
<spot>@Nullable</spot>
Object getObject() {
//do smth
return null;
}
}