6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
package test
|
|
|
|
public final annotation class SimpleAnnotation : jet.Annotation {
|
|
public constructor SimpleAnnotation()
|
|
}
|