| Summary: | Add support for creating and editing JAXB 2.1 annotations | ||
|---|---|---|---|
| Product: | [WebTools] WTP Webservices | Reporter: | Shane Clarke <shane_clarke> |
| Component: | jst.ws.jaxws | Assignee: | Project Inbox <wtp.inc.jaxws-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | Shane Clarke <shane_clarke> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | keith.chong.ca |
| Version: | unspecified | Keywords: | plan |
| Target Milestone: | 3.2 M3 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | jaxws | ||
|
Description
Shane Clarke
Ready to go for a commit later -
* new JAXB annotation category,
* extensions for all JAXB 2.1 annotations, as defined by the spec,
* unit tests to check insertion and deletion of Package-level annotations
Some updates to
org.eclipse.jst.ws.annotations.core
org.eclipse.jst.ws.jaxws.ui
for dealing with Package-level annotations.
There is a minor cosmetic issue in that when you add an annotation
to a package, there's no newline inserted -
@XmlSchema()package com.example;
import javax.xml.bind.annotation.XmlSchema;
but I don't think that's enough not to commit this later today.
Released to build, build and test clear. Please re-open if there any issues that I've missed. |