Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有一个自定义注释与另一个注释做同样的工作?
例如,如果我写 @MyCustomAnnotation 就像我写 @override 一样!
绝对不支持使用注释进行继承。请参阅:java 中是否有类似 Annotation Inheritance 的东西?
因此,如果没有这个,除非某些框架选择围绕其注释处理提供可扩展性,否则实现这样的效果会遇到很多麻烦。