Skip to content

Commit 98b3bd1

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Webapi module
1 parent 046ce42 commit 98b3bd1

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

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

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

77
namespace Magento\Framework\Api;
88

9+
/**
10+
* @api
11+
*/
912
interface AttributeTypeResolverInterface
1013
{
1114
/**

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

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

1616
/**
1717
* Data object processor for array serialization using class reflection
18+
*
19+
* @api
1820
*/
1921
class DataObjectProcessor
2022
{

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

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

1515
/**
1616
* Gathers method metadata information.
17+
*
18+
* @api
1719
*/
1820
class MethodsMap
1921
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Type processor of config reader properties
1717
*
1818
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
* @api
1920
*/
2021
class TypeProcessor
2122
{

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

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

1010
/**
1111
* Interface for data conversion based on data type.
12+
*
13+
* @api
1214
*/
1315
interface ServicePayloadConverterInterface
1416
{

0 commit comments

Comments
 (0)