gpt4 book ai didi

java - Kotlin + Spring AliasFor

转载 作者:搜寻专家 更新时间:2023-11-01 01:50:19 24 4
gpt4 key购买 nike

我一直在尝试在 Kotlin 项目中使用 Springs @AliasFor 注释,但似乎注释参数上的注释在运行时不可见(因此它没有被 Spring 拾取) .

例如:

@RequestMapping(method = arrayOf(RequestMethod.POST))
annotation class PostMapping(
@get:AliasFor(annotation = RequestMapping::class, attribute = "value")
vararg val value: String = arrayOf())

还有……

// Returns empty array instead of array with the @AliasFor annotation
PostMapping::class.java.methods[0].annotations

有什么我想念的吗?

最佳答案

这是 Kotlin 中的一个错误,目前尚未修复:KT-11475 .

关于java - Kotlin + Spring AliasFor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36535688/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com