Declaration Vs Property
Declaration Site
annotation class CustomLoggerkoScope
.classes()
.withAnnotationModifier()// Every annotation class must reside in the "annotation" package
koScope
.classes()
.withAnnotationModifier()
.assertTrue { it.resideInPackage("..annotation..") }Use Site
Last updated