Package | Description |
---|---|
kotlin.jvm.internal |
Class and Description |
---|
NotNull
An element annotated with NotNull claims
null value is forbidden
to return (for methods), pass to (parameters) and hold (local variables and fields). |
Copyright © 2015. All Rights Reserved.