We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918c9c2 commit 15d448dCopy full SHA for 15d448d
lib/internal/Magento/Framework/App/Config/ValueInterface.php
@@ -9,7 +9,10 @@
9
10
/**
11
* Interface \Magento\Framework\App\Config\ValueInterface
12
- * @api
+ *
13
+ * This interface cannot be marked as API since doesn't fit developers' needs of extensibility. In 2.4 we are going
14
+ * to introduce a new iterface which should cover all needs and deprecate the this one with the model
15
+ * {@see \Magento\Framework\App\Config\Value}
16
*/
17
interface ValueInterface
18
{
0 commit comments