Groovy Documentation

org.gradle.api.tasks
[Java] Interface ConventionValue


public interface ConventionValue

A ConventionValue can be assigned to a org.gradle.api.internal.IConventionAware task. If a property of such an object is not set internally, a ConventionValue is used to calculate the value for the property.

Authors:
Hans Dockter


Groovy Documentation