Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
SimpleAnnotation.java
blob: e8af12c7a0d7b8495af7a95a87b127dd175b42fe [
file
]
package
test
;
import
java
.
lang
.
annotation
.*;
@Target
(
value
=
ElementType
.
METHOD
)
public
@interface
SimpleAnnotation
{
}