package com.example; import javax.inject.*; public class GPSProvider { @Inject public GPSProvider() { } }