@JavaDispatcher.Proxied(value="java.lang.module.ModuleDescriptor$Provides") public static interface ModuleDescription.ForLoadedModule.ModuleDescriptor.Provides
java.lang.ModuleDescriptor.Provides.| Modifier and Type | Method and Description |
|---|---|
List<String> |
providers(Object value)
Returns the provider implementation class names for this provides declaration.
|
String |
service(Object value)
Returns the service interface name for this provides declaration.
|
Copyright © 2014–2025. All rights reserved.