org.apache.tapestry5.ioc.annotations
Annotation Type IntermediateType


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@UseWith(value=SERVICE)
public @interface IntermediateType

Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to the intermediate type. This was introduced to allow coercion from string to a time period (in milliseconds) via TimeInterval.

See Also:
Value, Symbol

Required Element Summary
 Class value
          The intermediate to coerce through.
 

Element Detail

value

public abstract Class value
The intermediate to coerce through.



Copyright © 2003-2012 The Apache Software Foundation.