Reports Java web service methods annotated with @javax.jws.Oneway that have a non-void return type.

There are two possible quick-fixes: either remove the @Oneway annotation from the method or change the return type to void.