Uses of Interface
javax.lang.model.element.ModuleElement.ProvidesDirective
Package
Description
Interfaces used to model elements of the Java programming language.
Utilities to assist in the processing of
program elements and
types.
-
Uses of ModuleElement.ProvidesDirective in javax.lang.model.element
Modifier and TypeMethodDescriptionModuleElement.DirectiveVisitor.visitProvides
(ModuleElement.ProvidesDirective d, P p) Visits aprovides
directive. -
Uses of ModuleElement.ProvidesDirective in javax.lang.model.util
Modifier and TypeMethodDescriptionstatic List
<ModuleElement.ProvidesDirective> ElementFilter.providesIn
(Iterable<? extends ModuleElement.Directive> directives) Returns a list ofprovides
directives indirectives
.