组织ID: |
org.jetbrains |
项目ID: |
annotations |
版本: |
16.0.1 |
最后修改时间: |
2018-07-27 16:19:06 |
包类型: |
jar |
标题: |
JetBrains Java Annotations |
描述: |
A set of annotations used for code inspection support and code documentation. |
相关URL: |
https://github.com/JetBrains/java-annotations |
大小: |
18.10KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
</dependency>
|
Gradle引入代码: |
org.jetbrains:annotations:16.0.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<name>JetBrains Java Annotations</name>
<description>A set of annotations used for code inspection support and code documentation.</description>
<url>https://github.com/JetBrains/java-annotations</url>
<scm>
<url>https://github.com/JetBrains/java-annotations</url>
<connection>scm:git:git://github.com/JetBrains/java-annotations.git</connection>
<developerConnection>scm:git:ssh://github.com:JetBrains/java-annotations.git</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>JetBrains</id>
<name>JetBrains Team</name>
<organization>JetBrains</organization>
<organizationUrl>https://www.jetbrains.com</organizationUrl>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jetbrains.annotations.NotNull.class
org.jetbrains.annotations.Nullable.class
org.intellij.lang.annotations.Flow.class
org.intellij.lang.annotations.Identifier.class
org.intellij.lang.annotations.JdkConstants$AdjustableOrientation.class
org.intellij.lang.annotations.JdkConstants$BoxLayoutAxis.class
org.intellij.lang.annotations.JdkConstants$CalendarMonth.class
org.intellij.lang.annotations.JdkConstants$CursorType.class
org.intellij.lang.annotations.JdkConstants$FlowLayoutAlignment.class
org.intellij.lang.annotations.JdkConstants$FontStyle.class
org.intellij.lang.annotations.JdkConstants$HorizontalAlignment.class
org.intellij.lang.annotations.JdkConstants$HorizontalScrollBarPolicy.class
org.intellij.lang.annotations.JdkConstants$InputEventMask.class
org.intellij.lang.annotations.JdkConstants$ListSelectionMode.class
org.intellij.lang.annotations.JdkConstants$PatternFlags.class
org.intellij.lang.annotations.JdkConstants$TabLayoutPolicy.class
org.intellij.lang.annotations.JdkConstants$TabPlacement.class
org.intellij.lang.annotations.JdkConstants$TitledBorderJustification.class
org.intellij.lang.annotations.JdkConstants$TitledBorderTitlePosition.class
org.intellij.lang.annotations.JdkConstants$TreeSelectionMode.class
org.intellij.lang.annotations.JdkConstants$VerticalScrollBarPolicy.class
org.intellij.lang.annotations.JdkConstants.class
org.intellij.lang.annotations.Language.class
org.intellij.lang.annotations.MagicConstant.class
org.intellij.lang.annotations.Pattern.class
org.intellij.lang.annotations.PrintFormat.class
org.intellij.lang.annotations.PrintFormatPattern.class
org.intellij.lang.annotations.RegExp.class
org.intellij.lang.annotations.Subst.class
org.jetbrains.annotations.Async$Execute.class
org.jetbrains.annotations.Async$Schedule.class
org.jetbrains.annotations.Async.class
org.jetbrains.annotations.Contract.class
org.jetbrains.annotations.Nls$Capitalization.class
org.jetbrains.annotations.Nls.class
org.jetbrains.annotations.NonNls.class
org.jetbrains.annotations.PropertyKey.class
org.jetbrains.annotations.TestOnly.class
|
依赖Jar: |
无
|