[AA] KtAnnotationApplication: add more information to kdoc

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-02-02 12:19:24 +01:00
committed by Space Team
parent ef566ab479
commit 817eeb3a49
@@ -38,7 +38,10 @@ public sealed interface KtAnnotationApplication {
public val useSiteTarget: AnnotationUseSiteTarget?
/**
* **true** if the annotation is a call with arguments
* This property can be used to optimize some argument processing logic.
* For example, if you have [KtAnnotationApplicationInfo] from [KtAnnotated.annotationInfos] and [isCallWithArguments] is **false**,
* then you can avoid [KtAnnotated.annotationsByClassId] call,
* because effectively you already have all necessary information in [KtAnnotationApplicationInfo]
*/
public val isCallWithArguments: Boolean