Class ModuleDef.ProvidesDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
- Enclosing class:
- ModuleDef
public static class ModuleDef.ProvidesDef extends LocatedDef
-
-
Constructor Summary
Constructors Constructor Description ProvidesDef(TypeDef service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TypeDef>
getImplementations()
TypeDef
getService()
-
Methods inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
-
-