public class GreetingService { @Inject @Remote("greeting-cache") private RemoteCache cache; ... }