JvmModifier

interface JvmModifier

Represents a JVM modifier that is represented as an annotation in Kotlin but as a modifier in bytecode. Examples include annotations such as @JvmStatic or @JvmSynthetic.

This API is considered read-only and should not be implemented outside of KotlinPoet.

Inheritors

Functions

Link copied to clipboard
open fun annotationSpec(): AnnotationSpec?