blob: 49f2b36f0d0a082cbe2f1ea9a673d2de563b3a5b [file]
@java.lang.annotation.Repeatable(value = One.Container.class)
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
@kotlin.annotation.Repeatable()
public abstract @interface One /* One*/ {
public abstract java.lang.String value();// value()
class Container ...
}