Annotation Files

Identifier:
org.eclipse.jst.jsf.common.annotationFiles

Since:
1.5

Description:
Adds annotation meta-data to a content model. An extending plugin may only create one annotation file for a given URI.

This extension point is provisional and subject to change

Configuration Markup:

<!ELEMENT extension (annotationFile+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT annotationFile EMPTY>

<!ATTLIST annotationFile

uri      CDATA #REQUIRED

location CDATA #REQUIRED

locator  CDATA #IMPLIED

parser   CDATA #IMPLIED>

File used to map annotations to a tag library content model. The file assigns properties to a tag element or attribute.




Copyright 2006 Oracle 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