KVBindingMethod

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class KVBindingMethod(method: Method)

Properties

method
Link copied to clipboard
common
val method: Method