/******************************************************************************* * 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. * <p> * Currently, the package contains annotations that specify nullness contracts * for annotated elements. * </p> */ package org.eclipse.jdt.annotation;