blob: 3e04f430c0b426e4501bf14f681bb4816df302c6 [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 @org.jetbrains.annotations.NotNull() java.lang.String value();// value()
class Container ...
}