1 /*
2 * HintEditorError.java
3 * Created on 13 Июль 2006 г., 22:46
4 */
5
6 package org.weda.tapestry.component;
7
8 import org.apache.tapestry.annotations.ComponentClass;
9
10 /**
11 *
12 * @author Mikhail Titov
13 */
14 @ComponentClass(allowBody=false, allowInformalParameters=false)
15 public abstract class HintEditorError extends EditorErrorComponent {
16
17
18 }