
microsoft.exchange.webservices.data.IDisposable Maven / Gradle / Ivy
/**************************************************************************
* copyright file="IDisposable.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the IDisposable.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* The Interface IDisposable.
*/
interface IDisposable {
/**
* Dispose.
*/
void dispose();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy