View Javadoc

1   /*
2    * EditorError.java
3    * Created on 13 Март 2006 г., 0:00
4    */
5   
6   package org.weda.tapestry.component;
7   
8   import org.apache.tapestry.annotations.ComponentClass;
9   
10  /**
11   * @author Mikhail Titov
12   */
13  @ComponentClass(allowBody=false, allowInformalParameters=true)
14  public abstract class EditorError extends EditorErrorComponent{
15      
16  }