java.lang.Object
org.microbean.lang.element.ModuleElement.Directive
org.microbean.lang.element.ModuleElement.ProvidesDirective
- All Implemented Interfaces:
ModuleElement.Directive
,ModuleElement.ProvidesDirective
- Enclosing class:
ModuleElement
public static final class ModuleElement.ProvidesDirective
extends ModuleElement.Directive
implements ModuleElement.ProvidesDirective
-
Constructor Summary
ConstructorDescriptionProvidesDirective
(TypeElement service, List<? extends TypeElement> implementations) -
Method Summary
Modifier and TypeMethodDescriptionfinal <R,
P> R accept
(ModuleElement.DirectiveVisitor<R, P> v, P p) final List
<? extends TypeElement> final TypeElement
Methods inherited from class org.microbean.lang.element.ModuleElement.Directive
getKind
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.lang.model.element.ModuleElement.Directive
getKind
-
Constructor Details
-
ProvidesDirective
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceModuleElement.Directive
- Overrides:
accept
in classModuleElement.Directive
-
getService
- Specified by:
getService
in interfaceModuleElement.ProvidesDirective
-
getImplementations
- Specified by:
getImplementations
in interfaceModuleElement.ProvidesDirective
-