]
Xavier Coulon reassigned JBIDE-17667:
-------------------------------------
Assignee: Xavier Coulon
Quick fix for HTTPMethod annotation without @Target and @Retention
doesn't add all imports
------------------------------------------------------------------------------------------
Key: JBIDE-17667
URL:
https://issues.jboss.org/browse/JBIDE-17667
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.2.0.Beta2
Reporter: Radoslav RĂ¡bara
Assignee: Xavier Coulon
Fix For: 4.2.0.Beta3
Quick fix, which fixes missing @Retention or @Target annotation on @HttpMethod
annotation, doesn't add all required imports (missing import of
java.lang.annotation.RetentionPolicy or java.lang.annotation.ElementType)