package test

public final annotation class SimpleAnnotation : jet.Annotation {
    public constructor SimpleAnnotation()
}
