blob: 38cd705fd991326069071a90f4a4922e538ca1f4 [file] [log] [blame]
/**
* Copyright (c) 2008 Oracle Corporation and others.
* 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:
* Oracle Corporation - initial API and implementation
*/
package org.eclipse.jst.jsf.apache.trinidad.tagsupport.elementedit;
import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;
/**
* Default IElementEdit implementation for Trinidad core tag library.
*
* @author Ian Trimble - Oracle
*/
public class DefaultTrinidadCoreElementEdit extends AbstractElementEdit {
/*
* Currently no default behaviour, but likely we will add some.
* Delete this comment when functionality added.
*/
}