@Nullable annotation from org.jetbrains.annotation...
# announcements
g
@Nullable annotation from org.jetbrains.annotations (and most of other implementation) has Retention policty “Class”, it means that you cannot access to this annotation in runtime, only using bytecode of class