Yao-Wen Mei
05/26/2022, 6:00 PM@SerialInfo
@Target{
AnnotationTarget.PROPERTY_SETTER,
AnnotationTarget.PROPERTY_GETTER}
annotation class KDocumentId
data class File( @get: KDocumentId val name:String?= null)
// this will just return empty list []
descriptor.getElementAnnotations(elementIndex)
hfhbd
05/26/2022, 9:27 PMYao-Wen Mei
05/27/2022, 1:30 PM