Modifier and Type | Field and Description |
---|---|
public List | providers
The internal names of the implementations of the service (there is at least one provider). |
public String | service
The internal name of the service (see |
Access | Constructor and Description |
---|---|
public | ModuleProvideNode(final String
the internal name of the service. service, final List<String> the internal names of the implementations of the service (there is at least
one provider). See providers)jdk. .Constructs a new |
Modifier and Type | Method and Description |
---|---|
public void | accept(final ModuleVisitor
a module visitor. moduleVisitor)Makes the given module visitor visit this require declaration. |
providers | back to summary |
---|---|
public List<String> providers The internal names of the implementations of the service (there is at least one provider). See
|
service | back to summary |
---|---|
public String service The internal name of the service (see |
ModuleProvideNode | back to summary |
---|---|
public ModuleProvideNode(final String service, final List<String> providers) Constructs a new
|
accept | back to summary |
---|---|
public void accept(final ModuleVisitor moduleVisitor) Makes the given module visitor visit this require declaration.
|