@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 java.lang.String name();// name() }