11e71e4e27
^KTIJ-19318
7 lines
277 B
Java
Vendored
7 lines
277 B
Java
Vendored
@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()
|
|
|
|
} |