java.lang.Object
io.avaje.spi.internal.ModuleInfoReader.Provides
- Enclosing class:
ModuleInfoReader
An implementation of a service provided by a module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the implementations of the service being provided.service()
Returns the service being provided.
-
Constructor Details
-
Provides
-
-
Method Details
-
service
Returns the service being provided.- Returns:
- the service being provided
-
implementations
Returns the implementations of the service being provided.- Returns:
- the implementations of the service being provided
-