All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.services.runtime.CdsProvider Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
/**************************************************************************
 * (C) 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
 **************************************************************************/
package com.sap.cds.services.runtime;

public interface CdsProvider> {

	/**
	 * Passes the latest configured provider during configuration phase when this instances gets registered.
	 * The previous provider can be used to build an adapted provider on top.
	 * @param previous	The previously registered provider.
	 */
	default void setPrevious(T previous) {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy