Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JAXWS/NewNoteworthy"

Line 1: Line 1:
 
<h1>JAX-WS Tools Project 0.5</h1>
 
<h1>JAX-WS Tools Project 0.5</h1>
  
Extension points for contributing annotations (grouped by category), annotation initializers (consumed by annotations view, content assist) and annotation rules.
+
Extension points for contributing annotations (grouped by category), annotation initializers (consumed by annotations view, wizard, content assist) and annotation rules.
  
 
<h4>Annotations View</h4>
 
<h4>Annotations View</h4>

Revision as of 18:17, 19 March 2009

JAX-WS Tools Project 0.5

Extension points for contributing annotations (grouped by category), annotation initializers (consumed by annotations view, wizard, content assist) and annotation rules.

Annotations View

An extensible Annotations View:

Annotations view.png

Contributed annotations can be filtered

Annotations view filter action.png

Extensible.png

Content Assist

When invoked from between the quotation marks of an annotations member-value pair String value.

Content assist before.png > Content assist after.png

More Validation Rules

More rules.png

Back to the top