jar

com.intellij : annotations

Maven & Gradle

Feb 24, 2013
361 usages
16.5k stars

IntelliJ IDEA Annotations · A set of annotations used for code inspection support and code documentation.

Table Of Contents

Latest Version

Download com.intellij : annotations JAR file - Latest Versions:

All Versions

Download com.intellij : annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
12.0
9.0.x
7.0.x
6.0.x
5.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window annotations-12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.intellij.lang.annotations

├─ org.intellij.lang.annotations.Identifier.class - [JAR]

├─ org.intellij.lang.annotations.JdkConstants.class - [JAR]

├─ org.intellij.lang.annotations.Language.class - [JAR]

├─ org.intellij.lang.annotations.MagicConstant.class - [JAR]

├─ org.intellij.lang.annotations.Pattern.class - [JAR]

├─ org.intellij.lang.annotations.PrintFormat.class - [JAR]

├─ org.intellij.lang.annotations.PrintFormatPattern.class - [JAR]

├─ org.intellij.lang.annotations.RegExp.class - [JAR]

├─ org.intellij.lang.annotations.Subst.class - [JAR]

org.jetbrains.annotations

├─ org.jetbrains.annotations.Nls.class - [JAR]

├─ org.jetbrains.annotations.NonNls.class - [JAR]

├─ org.jetbrains.annotations.NotNull.class - [JAR]

├─ org.jetbrains.annotations.Nullable.class - [JAR]

├─ org.jetbrains.annotations.PropertyKey.class - [JAR]

├─ org.jetbrains.annotations.TestOnly.class - [JAR]

Advertisement