Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
staticFields
/
AnnotationClass.java
blob: 5c527a42f1afc34e53eb37b500c21ffb9343e584 [
file
] [
log
] [
blame
]
package
test
;
@AString
(
value
=
Test
.
vstring
)
@AChar
(
value
=
Test
.
vchar
)
@AInt
(
value
=
Test
.
vint
)
@AByte
(
value
=
Test
.
vbyte
)
@ALong
(
value
=
Test
.
vlong
)
@ADouble
(
value
=
Test
.
vdouble
)
@AFloat
(
value
=
Test
.
vfloat
)
public
class
AnnotationClass
{
}