Package com.thoughtworks.qdox.model
Interface JavaModuleDescriptor.JavaProvides
-
- All Known Implementing Classes:
DefaultJavaModuleDescriptor.DefaultJavaProvides
- Enclosing interface:
- JavaModuleDescriptor
public static interface JavaModuleDescriptor.JavaProvides
Represents the following ModuleStatement:
provides SERVICE with PROVIDER;
where SERVICE matches a TypeName and TARGET matches a TypeName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<JavaClass>
getProviders()
JavaClass
getService()
-