contains

abstract operator fun contains(type: AnnotationTarget): Boolean(source)

Detect whether there is a target type.

Return

true if contains.

Parameters

type

type


abstract operator fun contains(name: String): Boolean(source)

Determine whether a certain property exists.

Return

exists if true

Parameters

name

property name.