dependencies property

List<String> dependencies
final

Optional list of feature names that must be initialized before this feature. Used for ordering during initialization. If empty (the default), no ordering constraint is applied.

Implementation

final List<String> dependencies;