Skip to content

Commit 3cb748f

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Authorization module
1 parent feb8024 commit 3cb748f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/Acl/Data/CacheInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
namespace Magento\Framework\Acl\Data;
88

9+
/**
10+
* Interface for caching ACL data
11+
*
12+
* @api
13+
*/
914
interface CacheInterface extends \Magento\Framework\Cache\FrontendInterface
1015
{
1116
}

0 commit comments

Comments
 (0)