Methods annotated with @GET are supposed to return a result to client. This inspection checks the Java code and finds the methods annotated with @GET that don't obey this recommendation.