Uses of Class
gw.lang.reflect.module.Dependency
Packages that use Dependency
-
Uses of Dependency in gw.internal.gosu.module
Fields in gw.internal.gosu.module with type parameters of type DependencyMethods in gw.internal.gosu.module that return types with arguments of type DependencyMethods in gw.internal.gosu.module with parameters of type DependencyModifier and TypeMethodDescriptionvoid
Module.addDependency
(Dependency d) void
Module.removeDependency
(Dependency d) Method parameters in gw.internal.gosu.module with type arguments of type Dependency -
Uses of Dependency in gw.lang.gosuc
Method parameters in gw.lang.gosuc with type arguments of type DependencyModifier and TypeMethodDescriptionprivate List<GosucDependency>
GosucProject.makeDependencies
(List<Dependency> dependencies) -
Uses of Dependency in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return types with arguments of type DependencyMethods in gw.lang.reflect.module with parameters of type DependencyModifier and TypeMethodDescriptionvoid
IModule.addDependency
(Dependency dependency) void
IModule.removeDependency
(Dependency d) Method parameters in gw.lang.reflect.module with type arguments of type Dependency