mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6 lines
146 B
Text
6 lines
146 B
Text
interface pkg1.A
|
|
name: A / A / pkg1.A
|
|
annotations:
|
|
@pkg1.Value("there is only one")
|
|
@pkg1.Array(favoriteNumbers=3.5)
|
|
@pkg1.Marker
|