From the IDE, or from the command line, how can I reverse-look up which module defines a particular annotation?
For example, in the attached screenshot, how can I check which dependency module contains the definition of @NotFound
. (Of course, this is an example. Actual issue is when I'm reading a code that has 50 dependency at the top of the file and tons of various annotation being used). Is there an easy way find the actual module?