blob: 46a76a5e9b1594c8fe88c7c0484d7409a836bed7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2016 Stephan Herrmann 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 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.
* <p>
* Currently, the package contains annotations that specify nullness contracts
* for annotated elements.
* </p>
* <p>
* Additionally, class {@link org.eclipse.jdt.annotation.Checks Checks} provides
* utility methods for performing checked type conversions.
* </p>
*/
package org.eclipse.jdt.annotation;