This extension point is provisional and subject to change
<!ELEMENT extension (MetaDataEnabledFeature+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT MetaDataEnabledFeature EMPTY>
<!ATTLIST MetaDataEnabledFeature
typeid CDATA #REQUIRED
class CDATA #REQUIRED
>mapping between an different extenders runtime type id, and a processing class from the extenders plugin
org.eclipse.jst.jsf.metadataprocessors.IMetaDataEnabledFeature
.Copyright (c) 2006 Oracle Corporation. 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 Contributors: Gerry Kessler/Oracle - initial API and implementation