Package org.eclipse.sisu.plexus
Interface PlexusBeanModule
-
- All Known Implementing Classes:
ComponentDescriptorBeanModule
,PlexusAnnotatedBeanModule
,PlexusXmlBeanModule
public interface PlexusBeanModule
Module
-like interface for contributing Plexus bindings with additional metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlexusBeanSource
configure(com.google.inject.Binder binder)
Contributes bindings and returns any associatedPlexusBeanSource
metadata.
-
-
-
Method Detail
-
configure
PlexusBeanSource configure(com.google.inject.Binder binder)
Contributes bindings and returns any associatedPlexusBeanSource
metadata.- See Also:
Module.configure(Binder)
-
-