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

blah.tests.DoubleConverter Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package blah.tests;

import trip.spi.Singleton;

@Singleton( exposedAs = Converter.class )
public class DoubleConverter implements Converter {

	@Override
	public Double convert( String string ) {
		return Double.valueOf( string );
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy