name | the name of the declared configuration |
Yes |
description | a description for the declared configuration |
No |
visibility | the visibility of the declared configuration.
'public' means that this configuration can be used by other modules, while 'private' means that this configuration is used only in the module itself, and is not exposed to other modules |
No, defaults to public |
extends | a comma separated list of configurations of this module that the
current configuration extends |
No, defaults to none |
transitive | a boolean to indicate if this conf is transitive or not since 1.4 |
No, defaults to true |
deprecated | indicates that this conf has been deprecated by giving the date of the deprecation.
It should be given in this format: yyyyMMddHHmmss |
No, by default the conf is not deprecated |