
com.sap.cds.services.environment.ApplicationInfoProvider Maven / Gradle / Ivy
/**************************************************************************
* (C) 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
**************************************************************************/
package com.sap.cds.services.environment;
import com.sap.cds.services.runtime.CdsProvider;
/**
* Provider for the {@link ApplicationInfo}
*/
public interface ApplicationInfoProvider extends CdsProvider {
/**
* Provides application specific information.
*
* @return application specific information or null
if not available
*/
ApplicationInfo get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy