org.apache.tapestry.annotations
Class FormalOnlyComponent

java.lang.Object
  extended by org.apache.tapestry.annotations.FormalOnlyComponent

@ComponentClass(allowBody=false,
                allowInformalParameters=false)
public class FormalOnlyComponent
extends Object

Used by TestComponentClassAnnotationWorker.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
FormalOnlyComponent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormalOnlyComponent

public FormalOnlyComponent()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.