isValOfPropertyAnnotatedWith

fun PsiElement.isValOfPropertyAnnotatedWith(annotationShortName: String): Boolean

Return

true if this is a val keyword, and it's parent is annotated with annotation with annotationShortName, false otherwise

Parameters

annotationShortName

short name of annotation