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

Required Element Summary
 String value
          The meta key to inject.
 

Element Detail

value

public abstract String value
The meta key to inject.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.