Groovy Documentation

org.gradle.api
[Java] Interface Rule


public interface Rule

A Rule represents some action to perform when an unknown domain object is referenced. The rule can use the domain object name to add an implicit domain object.

Authors:
Hans Dockter


Groovy Documentation