package test

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