Rename AnnotatedDataFetcherConfigurer -> AnnotatedControllerConfigurer, since handler methods are now not only data fetchers but also batch loaders. Move DataFetcherHandlerMethod and BatchLoaderHandlerMethod into the support package next to AnnotatedControllerConfigurer where they're used. See gh-130