Flow
    Marker interface for dataflow action parameters.
Parameter types should be interfaces, only declaring getters for org.gradle.api.provider.Property-like objects. Example:
public interface MyFlowParameters extends FlowParameters {
   Property<String> getString();
  @ServiceReference Property<MyBuildService> getBuildService();
}
Content copied to clipboard
Since
8.1
See also
Inheritors
Types
Link copied to clipboard
                  Used for dataflow actions without parameters.