モジュールが提供する束縛を文書化する
Ray.Diモジュールのドキュメンテーションとして、そのモジュールが提供する束縛を記述します。
/**
* Provides FooServiceClient and derived bindings
*
* [...]
*
* The following bindings are provided:
*
* FooServiceClient
* FooServiceClientAuthenticator
*/
final class FooServiceClientModule extends AbstractModule
{
// ...
}