Skip to content

Commit 8735b42

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Webapi module
1 parent ae4de44 commit 8735b42

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

lib/internal/Magento/Framework/Api/AttributeTypeResolverInterface.php

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

77
namespace Magento\Framework\Api;
88

9-
/**
10-
* @api
11-
*/
129
interface AttributeTypeResolverInterface
1310
{
1411
/**

lib/internal/Magento/Framework/Reflection/MethodsMap.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
/**
1616
* Gathers method metadata information.
17-
*
18-
* @api
1917
*/
2018
class MethodsMap
2119
{

lib/internal/Magento/Framework/Webapi/Exception.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* During web API requests, all exceptions are converted to this exception,
1818
* which is then used for proper error response generation.
19-
*
20-
* @api
2119
*/
2220
class Exception extends LocalizedException
2321
{

0 commit comments

Comments
 (0)