Package org.apache.tapestry5.annotations
Annotation Type SupportsInformalParameters
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Inherited
@UseWith({COMPONENT,MIXIN})
public @interface SupportsInformalParameters
Used to identify a component that can support informal parameters. By default, components do not support informal
parameters.