Annotation Files

org.eclipse.jst.jsf.common.annotationFiles

1.5

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

<!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.



The parser, if specified, must implement ICMAnnotationFileParser to create CMElementAnnotation and CMAttributeAnnotations in the CMAnnotationMap.