java注解的错误使用
我知道java注释是一个强大的工具。对我来说,project lombok 是极端使用的一个很好的例子。但我听说有时最好不要使用注释。
您能否给我一些错误注释的示例,以便我知道要避免什么?
I know java annotation is a powerfull tool. For me, project lombok is a great example of extreme use. But i've heard that sometimes, it is better not to use annotations.
Can you give me examples of bad annotations, so i have an idea of what to avoid ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就像问勺子在什么情况下没用一样。
时,使用注释通常是有益的
您需要执行一些编译时任务,例如生成 javadoc。
It's like asking in which situations a spoon isn't useful.
Instead it can typically beneficial to use annotations when
You're constructing a framework which will be used by many components.
You need to perform some compile-time task, like generating javadoc.