robstoll
05/28/2025, 3:45 PMephemient
05/28/2025, 9:14 PMrobstoll
05/30/2025, 5:30 AMrobstoll
05/30/2025, 8:24 AMefemoney
05/31/2025, 8:15 AMrobstoll
05/31/2025, 5:56 PMInject language on your annotation string parameter and use method referencecan be done?
ephemient
05/31/2025, 6:11 PMannotation class MySource(
@Language("java")
val method: String,
)
@MySource("com.example.Something::somehow")
ephemient
05/31/2025, 6:12 PMefemoney
05/31/2025, 6:12 PMinternal annotation class InternalMediaApi(
@Language("jvm-method-name") val string: String = ""
)
ephemient
05/31/2025, 6:13 PMrobstoll
05/31/2025, 6:15 PM