Class Attribute_1_0

    • Field Detail

      • name

        public final String name
        The name of the attribute.

        This corresponds to org.gradle.api.attributes.Attribute.getName().

      • value

        public final String value
        The value of the attribute.

        This is a string form of the attribute value. Cannot be null.

    • Constructor Detail

      • Attribute_1_0

        public Attribute_1_0​(String name,
                             String value)