public static interface ModuleDescription.Opens extends ModifierReviewable.OfMandatable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModuleDescription.Opens.AbstractBase
An abstract base implementation of
ModuleDescription.Opens. |
static class |
ModuleDescription.Opens.Simple
A simple implementation of
ModuleDescription.Opens. |
ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForModuleDescription, ModifierReviewable.ForModuleRequirement, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, ModifierReviewable.OfMandatableEMPTY_MASK| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getTargets()
Returns the target modules that this package is opened to.
|
boolean |
isQualified()
Determines if this opens declaration is qualified (opened to specific modules only).
|
getMandate, isMandatedgetModifiers, getSyntheticState, isFinal, isSyntheticSet<String> getTargets()
boolean isQualified()
true if this opens has specific target modules, false if opened to all modules.Copyright © 2014–2025. All rights reserved.