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