Class ModuleDef.UsesDef

java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.ModuleDef.UsesDef
Enclosing class:
ModuleDef

public static class ModuleDef.UsesDef extends LocatedDef
  • Field Details

    • service

      private TypeDef service
  • Constructor Details

    • UsesDef

      public UsesDef(TypeDef service)
  • Method Details

    • getService

      public TypeDef getService()