Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8ab444d90f8b33472b39b620a9c6085a9eb837e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*******************************************************************************
 * Copyright (c) 2015 Google, Inc. 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:
 *     het@google.com - initial API and implementation
 *******************************************************************************/
package targets.AnnotationProcessorTests.Bug456986;

public @interface Bug456986 {}

Back to the top