| @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 ... | |
| } |