Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java annotationіs analysis
Java annotationіs analysis [message #1691464] Tue, 07 April 2015 08:48 Go to next message
Eclipse UserFriend
Java annotations started to play a vital role in Java development. It replaced marker interfaces sometimes, like @Entity annotation.
Nobody seems to write any java.util.EventListener anymore but annotation alternatives start to appear, like org.infinispan.notifications.cachemanagerlistener.annotation.ViewChanged.
Is it possible/reasonable to empower 'class hierarchy', 'call hierarchy' and 'outline' views with ability to analyze/reflect Java annotations?
When I'm doing 'text search' of Java annotations when I can do the same with my favorite file manager + text editor I'm feeling a bit deceived :)
Re: Java annotationіs analysis [message #1699881 is a reply to message #1691464] Sun, 28 June 2015 08:52 Go to previous message
Eclipse UserFriend
Not sure if still relevant, but ...
Quote:
When I'm doing 'text search' of Java annotations ...

... you'd get better results already by searching for references to the annotation type (Ctrl-Shift-G or Search > Java > (o) Type (o) References).
The Java search will give even more precise results when selecting "Annotations" in the "Match locations" detail dialog.

Is anything missing in this approach?

Previous Topic:How to open a JavaEditor on an 'in-memory' source file?
Next Topic:Resolve bindings without any working copies
Goto Forum:
  


Current Time: Wed Apr 30 04:12:45 EDT 2025

Powered by FUDForum. Page generated in 0.28445 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top