All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.jdt.annotation.package-info Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/*******************************************************************************
 * 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.
 * 

* Currently, the package contains annotations that specify nullness contracts * for annotated elements. *

*

* Additionally, class {@link org.eclipse.jdt.annotation.Checks Checks} provides * utility methods for performing checked type conversions. *

*/ package org.eclipse.jdt.annotation;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy