Skip to content

Commit 15d448d

Browse files
committed
Remove API annotiotion
1 parent 918c9c2 commit 15d448d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/App/Config/ValueInterface.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99

1010
/**
1111
* Interface \Magento\Framework\App\Config\ValueInterface
12-
* @api
12+
*
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}
1316
*/
1417
interface ValueInterface
1518
{

0 commit comments

Comments
 (0)