Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnnotationValueCollector (0.14 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/AccessorsClassPath.kt

         */
        private
        var d2 = mutableListOf<String>()
    
        override fun visitArray(name: String?): AnnotationVisitor? =
            when (name) {
                "d1" -> AnnotationValueCollector(d1)
                "d2" -> AnnotationValueCollector(d2)
                else -> null
            }
    
        override fun visitEnd() {
            val (_, classData) = JvmProtoBufUtil.readClassDataFrom(d1.toTypedArray(), d2.toTypedArray())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:25:05 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top