Uses of Interface
com.github.thought2code.mcp.annotated.di.DependencyInjector
Packages that use DependencyInjector
Package
Description
-
Uses of DependencyInjector in com.github.thought2code.mcp.annotated.di
Classes in com.github.thought2code.mcp.annotated.di that implement DependencyInjectorModifier and TypeClassDescriptionfinal classThis class implements theDependencyInjectorinterface using Google Guice.Methods in com.github.thought2code.mcp.annotated.di that return DependencyInjectorModifier and TypeMethodDescriptionDependencyInjectorProvider.getInjector()Returns theDependencyInjectorinstance.Methods in com.github.thought2code.mcp.annotated.di with parameters of type DependencyInjectorModifier and TypeMethodDescriptionDependencyInjectorProvider.initialize(DependencyInjector injector) Initializes theDependencyInjectorProviderwith the specifiedDependencyInjector. -
Uses of DependencyInjector in com.github.thought2code.mcp.annotated.server.component
Fields in com.github.thought2code.mcp.annotated.server.component declared as DependencyInjectorModifier and TypeFieldDescriptionprotected final DependencyInjectorAbstractMcpServerComponent.injectorThe dependency injector to use for injecting component attributes.