dependencies property

List<String> dependencies
final

Optional list of feature names this feature depends on. If a dependency is also lazy, it will be loaded first. If a dependency is already loaded (eager or previously loaded lazy), it is skipped.

Implementation

final List<String> dependencies;