Is it possible to have a custom annotation that does the same job as another annotation?
for example, if I write @MyCustomAnnotation, as if I have a @override entry!
There is definitely no support for inheritance using annotations. See: Is there something like annotation inheritance in java?
Thus, without this, if some structure did not decide to provide extensibility around its annotation processing, you would have many problems with achieving this effect.
Source: https://habr.com/ru/post/921437/More articles:"Email cannot be empty." Come up with a username or email address. - ruby-on-rails-3Can PHP child classes change the parameters of overridden methods? - oopwhat is the analogue of gl_TexCoord in OpenGL ES 2.0 - iosPython argparse: display parse_known_args mode in usage string - pythonUsing GLshort instead of GLfloat for vertices - opengl-esImpossible comparison between stall and long suddenly possible - long-integerXcode now generates an empty category. What for? - objective-cFedora 17 yum updates are very slow - linuxHow to configure nginx to download try_files from another folder? - nginxHow can I link to a static or dynamic boost library using CMake? - c ++All Articles