Example usage for org.springframework.context.support FileSystemXmlApplicationContext destroy

List of usage examples for org.springframework.context.support FileSystemXmlApplicationContext destroy

Introduction

In this page you can find the example usage for org.springframework.context.support FileSystemXmlApplicationContext destroy.

Prototype

@Deprecated
public void destroy() 

Source Link

Document

Callback for destruction of this instance, originally attached to a DisposableBean implementation (not anymore in 5.0).

Usage