itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Make factory methods non-static and add Guice support #22

Closed danbim closed 13 years ago

danbim commented 13 years ago

This is necessary for both dependency injection and the usage of the Mockito library for unit testing.

danbim commented 13 years ago

Left implementation classes public so that clients not using Google Guice could use the "default" factory implementations.