modules property

List<Type> modules
final

Modules supplying providers for the component.

Each Type must be a class definition annotated with module.

Implementation

final List<Type> modules;