org.eclipse.jdt.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.jdt.annotation Show documentation
Show all versions of org.eclipse.jdt.annotation Show documentation
Eclipse JDT Annotations for Enhanced Null Analysis for Java 8
The newest version!
/*******************************************************************************
* Copyright (c) 2011 Stephan Herrmann and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Stephan Herrmann - initial API and implementation
* IBM Corporation - bug fixes
*******************************************************************************/
/**
* This package contains annotations that can trigger special behavior
* when annotated types are compiled by the Eclipse Compiler for Java.
*
* Currently, the package contains annotations that specify nullness contracts
* for annotated elements.
*
*/
package org.eclipse.jdt.annotation;