All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.droidsonroids.gradle.localization.StringArrayItem.groovy Maven / Gradle / Ivy

There is a newer version: 1.0.19
Show newest version
package pl.droidsonroids.gradle.localization

import groovy.transform.TupleConstructor

/**
 * Descriptor of string-array item
 */
@TupleConstructor
class StringArrayItem {
    String value
    String comment
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy