@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ERXRouteParameter
ERXRouteParameter is an annotation that should be applied to a method on an IERXRouteComponent, which will be
automatically set from the route keys specified in a URL. For more information, see IERXRouteComponent.