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
ConstructorsConstructorDescriptionProvidesDirective(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 TypeElementMethods inherited from class org.microbean.lang.element.ModuleElement.Directive
getKindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.lang.model.element.ModuleElement.Directive
getKind
-
Constructor Details
-
ProvidesDirective
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceModuleElement.Directive- Overrides:
acceptin classModuleElement.Directive
-
getService
- Specified by:
getServicein interfaceModuleElement.ProvidesDirective
-
getImplementations
- Specified by:
getImplementationsin interfaceModuleElement.ProvidesDirective
-