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

io.logspace.agent.shaded.tape.TaskInjector Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
// Copyright 2012 Square, Inc.
package io.logspace.agent.shaded.tape;

/**
 * Inject dependencies into tasks of any kind.
 *
 * @param  The type of tasks to inject.
 */
public interface TaskInjector {
  void injectMembers(T task);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy