vigilancer
01/15/2016, 8:47 AMmzgreen
01/15/2016, 9:01 AMEugenio
01/15/2016, 9:02 AMEugenio
01/15/2016, 9:02 AMtadas44
01/15/2016, 9:15 AMtadas44
01/15/2016, 9:16 AM@Configs(@com.vinted.test.rules.configuration.Config(name = "displayManualFee", value = "true", type = Boolean.class))
tadas44
01/15/2016, 9:16 AM@field:[Configs(@com.vinted.test.rules.configuration.Config(name = "displayManualFee", value = "true", type = Boolean.class))]
doesn’t workkirillrakhman
01/15/2016, 9:20 AMBoolean::class
tadas44
01/15/2016, 9:29 AMtadas44
01/15/2016, 9:29 AMrafal
01/15/2016, 9:43 AMrafal
01/15/2016, 9:44 AMcedric
01/15/2016, 2:49 PMBoolean::class.java
?kirillrakhman
01/15/2016, 2:49 PMkirillrakhman
01/15/2016, 2:50 PM@Configs(@com.vinted.test.rules.configuration.Config(name = "displayManualFee", value = "true", type = Boolean::class))
cedric
01/15/2016, 2:50 PM@Config
interface? Hard to answer without it. For example, one of the attributes might be an array and Java allows a shortcut notation for those (Kotlin doesn't, so you would need an explicit arrayOf()
)kirillrakhman
01/15/2016, 2:50 PMulrikguenther
01/15/2016, 3:09 PMulrikguenther
01/15/2016, 3:26 PMvoddan
01/15/2016, 6:49 PMruslan5t
01/15/2016, 7:12 PMyole
01/15/2016, 7:13 PMyole
01/15/2016, 7:14 PMruslan5t
01/15/2016, 7:15 PMcedric
01/15/2016, 8:43 PMyole
01/15/2016, 8:44 PMcedric
01/15/2016, 8:44 PMcedric
01/15/2016, 8:44 PMyole
01/15/2016, 8:44 PMcedric
01/15/2016, 8:44 PM