jw
header annotation class Foo
public @interface Bar { String value() default ""; }
impl typealias Foo = Bar