org.apache.tapestry.annotations
Annotation Type InjectMeta


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface InjectMeta

Creates an InjectSpecification for a <meta> data value, and adds it to the IComponentSpecification.

Since:
4.0
Author:
Howard Lewis Ship

Optional Element Summary
 String value
          The meta key to inject.
 

value

public abstract String value
The meta key to inject. If no such value is defined, it is derived from the method name.

Default:
""


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