Community
Participate
Working Groups
Field and method patterns in declare annotations are not available in searchs. For example: declare @field : private int Point.x : @Loggable; declare @method : public int Point.getX() : @Loggable; I would expect the reference to x and getX to appear in search results when they are being searched. Currently, they are not. There are two parts to this feature: getting the indexing to work and then getting the searching to work.