Re: SuppressForbidden for anonymous classes

2019-07-16 Thread Tomoko Uchida
Hi forbiddenapis itself is an independent project, so maybe the github repo for it is the right place for you (since it seems the code is not related to Lucene)? 2019年7月17日(水) 2:05 elbek kamoliddinov : > Hello everyone. > We use Lucene's nice forbidden api check tool. I wonder if anonymous > cla

SuppressForbidden for anonymous classes

2019-07-16 Thread elbek kamoliddinov
Hello everyone. We use Lucene's nice forbidden api check tool. I wonder if anonymous classes could be supressed using supress annotation. For example: httpService = new HttpService(...) { @Override @SuppressForbidden(reason = "Sun's HTTP server usage") protected HttpHandler createHandl