Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
AddAnnotationFix
/
after.java.template
blob: adbc1afe33a49adb4499c19868ad66736aaf4f13 [
file
] [
log
] [
blame
]
import
org
.
jetbrains
.
annotations
.
Nullable
;
class
A
{
<spot>
@Nullable
</
spot
>
Object
getObject
()
{
//do smth
return
null
;
}
}