org.onebusaway.federations.annotations
Annotation Type FederatedByCoordinateBoundsMethod
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FederatedByCoordinateBoundsMethod
Directs the creation of a FederatedServiceMethodInvocationHandler
,
where a single CoordinateBounds
object describing a geographic area
is resolved to an appropriate FederatedService
handler for that area.
- Author:
- bdferris
- See Also:
FederatedServiceMethodInvocationHandlerFactory
,
FederatedByCoordinateBoundsMethodInvocationHandlerImpl
argument
public abstract int argument
- Default:
- 0
propertyExpression
public abstract String propertyExpression
- Default:
- ""
Copyright © 2012 OneBusAway. All Rights Reserved.