JSR-250 Common Annotations for the JavaTM Platform.
JSR-250 Reference Implementation by Glassfish.
Here is the list of declaration for jsr250-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for jsr250-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: https://glassfish.dev.java.net/public/CDDLv1.0.html.
The following table lists the most popular artifacts which are depending on jsr250-api-1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-data-mongodb 1.3.1.RELEASE MongoDB support for Spring Data | 6 |
JEE | arquillian-testenricher-resource 1.0.0.CR1 Resource TestEnricher for the Arquillian Project | 11 |
Spring | spring-data-neo4j 3.0.2.RELEASE Neo4j support for Spring Data | 6 |
JEE | jclouds-core 1.7.1 Core components to access jclouds services | 8 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
Spring | spring-data-neo4j 2.2.1.RELEASE Neo4j support for Spring Data | 5 |
JEE | jclouds-core 1.6.0-rc.5 Core components to access jclouds services | 28 |
Spring | spring-data-neo4j 3.1.2.RELEASE Neo4j support for Spring Data | 6 |
Spring | spring-data-mongodb 1.2.1.RELEASE MongoDB support for Spring Data | 12 |
Spring | spring-data-mongodb 1.2.0.RELEASE MongoDB support for Spring Data | 10 |
Web Service | jaxws-api 2.1-1 JAX-WS API | 63 |
Library | vraptor 3.4.0 Java web MVC framework for fast and maintainable development | 11 |
Spring | spring-data-neo4j 2.3.4.RELEASE Neo4j support for Spring Data | 5 |
Spring | jaxws-spring 1.8 Configure JAX-WS with Spring | 16 |
JEE | jclouds-core 1.6.0-rc.4 Core components to access jclouds services | 24 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
JEE | arquillian-testenricher-resource 1.0.0.Final Resource TestEnricher for the Arquillian Project | 22 |
JEE | arquillian-testenricher-resource 1.0.2.Final Resource TestEnricher for the Arquillian Project | 15 |
JEE | jclouds-core 1.6.0-rc.3 Core components to access jclouds services | 24 |
Spring | spring-data-mongodb 1.5.0.RELEASE MongoDB support for Spring Data | 6 |
Library | vraptor 3.4.1 Java web MVC framework for fast and maintainable development | 12 |
The following packages are defined in the jsr250-api-1.0.jar
javax.annotation javax.annotation.security
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" 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"> <modelVersion>4.0.0</modelVersion> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> <name>JSR-250 Common Annotations for the JavaTM Platform</name> <description>JSR-250 Reference Implementation by Glassfish</description> <url>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</url> <licenses> <license> <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name> <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies/> <distributionManagement> <downloadUrl>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</downloadUrl> </distributionManagement> </project>