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

org.ajoberstar.grgit.Configurable.groovy Maven / Gradle / Ivy

package org.ajoberstar.grgit

import org.ajoberstar.grgit.internal.AnnotateAtRuntime

@FunctionalInterface
@AnnotateAtRuntime(annotations = "org.gradle.api.HasImplicitReceiver")
interface Configurable {
  void configure(T t)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy