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