|
2 |
edited tags
|
||
|
1 |
|
||
How do I force a Java subclass to define an Annotation?If a class defined an annotation, is it somehow possible to force its subclass to define the same annotation? For instance, we have a simple class/subclass pair that share the TestClass.java:
TestSubClass.java:
I know I can enumerate all annotations at runtime and check for the missing
|
||||
