blob: 0d5cbcec5ae226f5c9c76ed02f30d50fe9eaf36d [file]
@java.lang.annotation.Repeatable(value = TwoContainer.class)
@java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
@kotlin.annotation.Repeatable()
public abstract @interface Two /* Two*/ {
public abstract @org.jetbrains.annotations.NotNull() java.lang.String name();// name()
}