6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
package a:b;
|
|
|
|
// for now `version` must come first
|
|
@since(feature = foo, version = 1.0.0)
|
|
interface foo2 {}
|