aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR278496_4/base/src/com/foo/Anno6.java
blob: 434198f99013e329641a6a42e9cf9d8ae297e9b4 (plain)
1
2
3
4
5
6
7
package com.foo;

import java.lang.annotation.*;

@Target({ElementType.ANNOTATION_TYPE,ElementType.LOCAL_VARIABLE,ElementType.METHOD,ElementType.PACKAGE,ElementType.PARAMETER,ElementType.CONSTRUCTOR})
public @interface Anno6 {
}