Annotation Category

Identifier:
org.eclipse.jst.ws.annotations.core.annotationCategory

Since:
1.0

Description:
This extension point is used to contribute an annotation category.

Configuration Markup:

<!ELEMENT extension (category*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT category EMPTY>

<!ATTLIST category

id   CDATA #REQUIRED

name CDATA #REQUIRED

>

An annotation category contribution defines categories of annotations used to group them in the UI.



Examples:
The following is an example of an annotation category contribution:


   <extension point="org.eclipse.jst.ws.annotations.core.annotationCategory">
      <category
            id="jaxws.category"
            name="JAX-WS">
      </category>
   </extension>


Copyright (c) 2009 Shane Clarke.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html