无法从Spring Controller访问Controller Annotation数据

时间:2017-12-25 04:09:34

标签: reflection controller metadata

我正在开发一个Maven插件,它会生成一些与Spring Controllers相关的应用程序元数据。目前我无法获得我的弹簧控制器的“控制器”注释(带有“值”属性)所以我有点卡住... "analyzedClass" is the class instance from my Spring Controllers

我怎样才能得到这个注释及其价值? Thankx

1 个答案:

答案 0 :(得分:0)

Thankx to all !. This could did it !!!.

此代码让我获得所需的值。感谢所有人