I have a Spring service with @PreDestroy method which calls another service
@PreDestroy
@Service public class DestroyMe { public final ValidService service