@java.lang.annotation.Retention
public annotation class Get


public final class PropertyAccessorsKt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
    public final static @Get @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
    public final static @Set method setFoo(@SetParam @org.jetbrains.annotations.NotNull p0: java.lang.String): void
}

@java.lang.annotation.Retention
public annotation class Set

@java.lang.annotation.Retention
public annotation class SetParam
