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 Details

    • ProvidesDef

      public ProvidesDef(TypeDef service)
  • Method Details

    • getService

      public TypeDef getService()
    • getImplementations

      public List<TypeDef> getImplementations()