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

com.sap.cloud.security.annotation.Beta Maven / Gradle / Ivy

/**
 * SPDX-FileCopyrightText: 2018-2023 SAP SE or an SAP affiliate company and Cloud Security Client Java contributors
 * 

* SPDX-License-Identifier: Apache-2.0 */ package com.sap.cloud.security.annotation; /** * Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a * future release. */ public @interface Beta { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy