]
Radoslav Rábara closed JBIDE-17750.
-----------------------------------
Verified with JBDS 8.0.0 Beta3-v20140706-0939-B172
Bad location for javadoc in generated JAX-RS Resource
-----------------------------------------------------
Key: JBIDE-17750
URL:
https://issues.jboss.org/browse/JBIDE-17750
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.0.Beta2
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Priority: Minor
Fix For: 4.2.0.Beta3
When generating a new JAX-RS Resource with "Generate comments" selected, the
code looks like this:
{code}
...
@RequestScoped
@Path("/addresses")
/**
* @author xcoulon
*
*/
public class AddressEndpoint {
}
{code}
The javadoc part should be before the annotations.