How to create an instance of an annotation

前端 未结 8 1191
无人及你
无人及你 2021-01-30 12:47

I am trying to do some Java annotation magic. I must say I am still catching up on annotation tricks and that certain things are still not quite clear to me.

So... I hav

8条回答
  •  鱼传尺愫
    2021-01-30 13:01

    You could use an annotation proxy such as this one from the Hibernate Validator project (disclaimer: I'm a committer of this project).

提交回复
热议问题