Interface ModuleElement.ProvidesDirective

    • Method Detail

      • getService

        TypeElement getService()
        Returns the service being provided.
        Returns:
        the service being provided
      • getImplementations

        List<? extends TypeElement> getImplementations()
        Returns the implementations of the service being provided.
        Returns:
        the implementations of the service being provided