kodein-di-jxinject-jvm
/
org.kodein.di.jxinject
/
OrNull
Or
Null
@
Target
(
allowedTargets = [
AnnotationTarget.FIELD
,
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
OrNull
Content copied to clipboard
Defines that this should be null if there is no corresponding binding.
Constructors
Functions
Constructors
OrNull
Link copied to clipboard
fun
OrNull
()
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard