Class PlexusTypeBinder

    • Constructor Detail

      • PlexusTypeBinder

        public PlexusTypeBinder​(com.google.inject.Binder binder)
    • Method Detail

      • hear

        public void hear​(org.codehaus.plexus.component.annotations.Component component,
                         DeferredClass<?> clazz,
                         Object source)
        Description copied from interface: PlexusTypeListener
        Invoked when the PlexusTypeListener finds a Plexus component.
        Specified by:
        hear in interface PlexusTypeListener
        Parameters:
        component - The Plexus component
        clazz - The implementation
        source - The source of this component