org.apache.tapestry.annotations
Annotation Type SupportsInformalParameters


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface SupportsInformalParameters

Used to identify a component that can support informal parameters. By default, components do not support informal parameters.

See Also:
ComponentModel.getSupportsInformalParameters()



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