组织ID: |
org.eclipse.jdt |
项目ID: |
org.eclipse.jdt.annotation |
版本: |
2.2.400 |
最后修改时间: |
2020-01-13 16:07:34 |
包类型: |
jar |
标题: |
JDT Annotations for Enhanced Null Analysis |
描述: |
JDT Annotations for Enhanced Null Analysis |
相关URL: |
http://www.eclipse.org/jdt |
大小: |
25.19KB |
|
Maven引入代码: |
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.400</version>
</dependency>
|
Gradle引入代码: |
org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.400
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2018 GK Software SE and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Stephan Herrmann - initial implementation
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xsi:noNamespaceSchemaLocation="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.400</version>
<description>JDT Annotations for Enhanced Null Analysis</description>
<name>JDT Annotations for Enhanced Null Analysis</name>
<url>http://www.eclipse.org/jdt</url>
<licenses>
<license>
<name>Eclipse Public License - v 2.0</name>
<url>https://www.eclipse.org/legal/epl-2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Eclipse Foundation</name>
<url>http://www.eclipse.org/</url>
</organization>
<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/</url>
</issueManagement>
<scm>
<connection>scm:git:git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git</connection>
<tag>I20191120-0840</tag>
<url>https://git.eclipse.org/c/jdt/eclipse.jdt.core.git</url>
</scm>
<developers>
<developer>
<url>https://projects.eclipse.org/projects/eclipse.jdt/who</url>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_.RSA
.api_description
bundle.properties
src/org/eclipse/jdt/annotation/NonNull.java
src/org/eclipse/jdt/annotation/package-info.java
src/org/eclipse/jdt/annotation/DefaultLocation.java
src/org/eclipse/jdt/annotation/Checks.java
src/org/eclipse/jdt/annotation/NonNullByDefault.java
src/org/eclipse/jdt/annotation/Nullable.java
org.eclipse.jdt.annotation.Checks.class
org.eclipse.jdt.annotation.NonNull.class
org.eclipse.jdt.annotation.package-info.class
org.eclipse.jdt.annotation.Nullable.class
org.eclipse.jdt.annotation.DefaultLocation.class
org.eclipse.jdt.annotation.NonNullByDefault.class
about.html
|
依赖Jar: |
无
|