@GET annotated method returns a void value

Last modified: 03 December 2024

Reports methods annotated with @GET that do not return anything. Methods annotated with @GET must have a non-void return type.