mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 00:21:28 +00:00
It's implemented through Jsr305State while it's not related to jsr-305 becasue currently it's the most convenient way to introduce the flag. Probably, it's worth renaming Jsr305State to something more abstract like NullabilityAnnotationsConfiguration #KT-21982 Fixed
4 lines
114 B
Java
Vendored
4 lines
114 B
Java
Vendored
public class A {
|
|
public void foo(@org.checkerframework.checker.nullness.compatqual.NonNullDecl String x) {}
|
|
}
|