Annotation Type IntermediateType
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@UseWith(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
-
Required Element Summary
Required Elements
-
Element Details
-
value
The intermediate to coerce through.
-