Interface ModuleElement.UsesDirective
- All Superinterfaces:
ModuleElement.Directive
- Enclosing interface:
ModuleElement
A reference to a service used by a module.
- Since:
- 9
-
Method Summary
Methods declared in interface ModuleElement.Directive
accept, getKindModifier and TypeMethodDescription<R,P> R accept(ModuleElement.DirectiveVisitor<R, P> v, P p) Applies a visitor to this directive.getKind()Returns thekindof this directive.
-
Method Details
-
getService
-