@JavaDispatcher.Proxied(value="java.lang.module.ModuleDescriptor$Exports") public static interface ModuleDescription.ForLoadedModule.ModuleDescriptor.Exports
java.lang.ModuleDescriptor.Exports.| Modifier and Type | Method and Description |
|---|---|
Set<Enum<?>> |
modifiers(Object value)
Returns the modifiers of the exports declaration.
|
String |
source(Object value)
Returns the source package name for this export.
|
Set<String> |
targets(Object value)
Returns the target modules for this export.
|
String source(Object value)
value - The java.lang.ModuleDescriptor.Exports instance.Set<Enum<?>> modifiers(Object value)
value - The java.lang.ModuleDescriptor.Exports instance.Copyright © 2014–2025. All rights reserved.