Interface ModifierContributor.ForModule
- All Superinterfaces:
ModifierContributor
- All Known Implementing Classes:
Openness, ProvisioningState, SyntheticState
- Enclosing interface:
ModifierContributor
A marker interface for modifiers that can be applied to modules.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA marker interface for modifiers that can be applied to module exports.static interfaceA marker interface for modifiers that can be applied to module opening.static interfaceA marker interface for modifiers that can be applied to module requirement.Nested classes/interfaces inherited from interface ModifierContributor
ModifierContributor.ForField, ModifierContributor.ForMethod, ModifierContributor.ForModule, ModifierContributor.ForParameter, ModifierContributor.ForType, ModifierContributor.Resolver<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA mask for all legal modifiers of a Java module.Fields inherited from interface ModifierContributor
EMPTY_MASK -
Method Summary
Methods inherited from interface ModifierContributor
getMask, getRange, isDefault
-
Field Details
-
MASK
static final int MASKA mask for all legal modifiers of a Java module.- See Also:
-