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

skype2gmail.CurrentTimeProvider Maven / Gradle / Ivy

The newest version!
package skype2gmail;

import java.util.Date;

import com.google.inject.ImplementedBy;

@ImplementedBy(CurrentTimeProviderImpl.class)
public interface CurrentTimeProvider {

	Date now();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy