isDeprecated

fun <T : Documentable> WithExtraProperties<T>.isDeprecated(): Boolean

Return

true if T has kotlin.Deprecated or java.lang.Deprecated annotation for any source set


fun Annotations.Annotation.isDeprecated(): Boolean

Return

true for kotlin.Deprecated and java.lang.Deprecated