blob: 46627c6056235a553bec3d9256973ddb47b05994 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2008 Oracle Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Gerry Kessler/Oracle - initial API and implementation
*
********************************************************************************/
/**
* Provides tooling services for tag attribute values
* based on the org.eclipse.jst.jsf.core.AttributeValueRuntimeTypes.
* <p>
* New features can added to the system using the org.eclipse.jst.jsf.core.MetaDataEnabledFeatures
* extension-point. This extension point provides the binding of a AttributeValueRuntimeTypes to a feature
* so that new behaviors can be added to existing types.
*
* <p><b>Provisional API - subject to change</b></p>
*/
package org.eclipse.jst.jsf.metadataprocessors.features;