blob: 04fd5a09d271d85ca97c54055c302572581ed599 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2016 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.
* <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;