f455141ade
Previously it was Foo::class, but it isn't correct because in java it is Foo.class P.s. Array<Foo> cannot be passed as annotation parameter
7 lines
276 B
Java
Vendored
7 lines
276 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()
|
|
|
|
} |