Closed WUUUGI closed 6 years ago
@WUUUGI What you do is: you implement your annotation checking code such that it fetches superclasses and interfaces and checks them as well. Many frameworks (e.g. uimaFIT or Spring) do it this way. DKPro Core requires no change.
Annotation should be:
This is necessary because Java does not support Annotation inheritance. E.g.:
returns
null