public interface ModuleConfiguration
| Modifier and Type | Field and Description |
|---|---|
static ModuleConfiguration |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
extendNamespaceScope(BindingTrace trace,
NamespaceDescriptor namespaceDescriptor,
WritableScope namespaceMemberScope)
This method is called every time a namespace descriptor is created.
|
static final ModuleConfiguration EMPTY
void extendNamespaceScope(@NotNull BindingTrace trace, @NotNull NamespaceDescriptor namespaceDescriptor, @NotNull WritableScope namespaceMemberScope)