Uses of Class
gw.lang.reflect.module.Dependency
-
Packages that use Dependency Package Description gw.lang.reflect.module -
-
Uses of Dependency in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>IModule. getDependencies()Methods in gw.lang.reflect.module with parameters of type Dependency Modifier and Type Method Description voidIModule. addDependency(Dependency dependency)voidIModule. removeDependency(Dependency d)Method parameters in gw.lang.reflect.module with type arguments of type Dependency Modifier and Type Method Description voidIModule. setDependencies(List<Dependency> newDeps)
-