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

com.squareup.tape.TaskInjector Maven / Gradle / Ivy

The newest version!
// Copyright 2012 Square, Inc.
package com.squareup.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