All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.gradle_plugins.dsl.extensions.org.objectweb.asm.tree.AbstractInsnNode.kt Maven / Gradle / Ivy

package name.remal.gradle_plugins.dsl.extensions

import org.objectweb.asm.tree.AbstractInsnNode
import org.objectweb.asm.tree.TypeAnnotationNode

val AbstractInsnNode.allTypeAnnotations: List
    get() = sequenceOf(visibleTypeAnnotations, invisibleTypeAnnotations)
        .filterNotNull()
        .flatten()
        .toList()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy