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

org.opalj.br.RuntimeInvisibleAnnotationTable.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br

/**
 * The runtime invisible class, method, or field annotations.
 *
 * @author Michael Eichberg
 */
case class RuntimeInvisibleAnnotationTable(annotations: Annotations) extends AnnotationTable {

    final def isRuntimeVisible: Boolean = false

    override def kindId: Int = RuntimeInvisibleAnnotationTable.KindId

}
object RuntimeInvisibleAnnotationTable {

    final val KindId = 24

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy