37 lines
1.1 KiB
Plaintext
Vendored
37 lines
1.1 KiB
Plaintext
Vendored
public final class CallByKotlinKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
private final static method create(): java.lang.annotation.Annotation
|
|
private final static method create(p0: java.util.Map): java.lang.annotation.Annotation
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class NoParams
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class OneDefault {
|
|
public abstract method s(): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class OneNonDefault {
|
|
public abstract method s(): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class TwoNonDefaults {
|
|
public abstract method klass(): java.lang.Class
|
|
public abstract method string(): java.lang.String
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class TwoParamsOneDefault {
|
|
public abstract method s(): java.lang.String
|
|
public abstract method x(): int
|
|
}
|
|
|
|
@java.lang.annotation.Retention
|
|
public annotation class TwoParamsOneDefaultKClass {
|
|
public abstract method klass(): java.lang.Class
|
|
public abstract method string(): java.lang.String
|
|
}
|