Configuration

annotation class Configuration(val value: String = [])

To be applied on @Module class to be associated to a Configuration

  • can have several "tags"/flavour

Default configuration is by default, default empty name. Else it's named "default".

ex:

Parameters

value

The names of the configurations associated to this module.

Properties

Link copied to clipboard
val value: Array<out String>