package devopsdistilled.operp.client.context.commons; import org.springframework.context.annotation.Configuration; import devopsdistilled.operp.client.context.RmiContext; @Configuration public class CommonsRmiContext extends RmiContext { }