Package tech.ytsaurus.lang
-
Annotation Types Summary Annotation Type Description NonNullApi A common annotation to declare that parameters and return values are to be considered as non-nullable by default for a given package or class.NonNullFields A common annotation to declare that fields are to be considered as non-nullable by default for a given package or class.