org.apache.tapestry5.annotations
Annotation Type SupportsInformalParameters


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@UseWith(value={COMPONENT,MIXIN})
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 © 2003-2012 The Apache Software Foundation.