ServerRouteAnnotations.fromRoute constructor
ServerRouteAnnotations.fromRoute(
- MetaMethod method
Implementation
factory ServerRouteAnnotations.fromRoute(MetaMethod method) {
return ServerRouteAnnotations._fromGetter(method.annotationsMapper);
}