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
  • Field Details

    • service

      private TypeDef service
    • implementations

      private List<TypeDef> implementations
  • Constructor Details

    • ProvidesDef

      public ProvidesDef(TypeDef service)
  • Method Details

    • getService

      public TypeDef getService()
    • getImplementations

      public List<TypeDef> getImplementations()