Skip to content

Commit a5f4f1b

Browse files
committed
MAGETWO-67576: Add @api Annotation in Pricing Framework
1 parent 065a4d0 commit a5f4f1b

File tree

12 files changed

+28
-8
lines changed

12 files changed

+28
-8
lines changed

lib/internal/Magento/Framework/Pricing/Adjustment/Collection.php

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

99
/**
1010
* Adjustment collection model
11+
*
12+
* @api
1113
*/
1214
class Collection
1315
{

lib/internal/Magento/Framework/Pricing/Adjustment/Pool.php

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

1111
/**
1212
* Global adjustment pool model
13+
*
14+
* @api
1315
*/
1416
class Pool
1517
{

lib/internal/Magento/Framework/Pricing/Amount/AmountFactory.php

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

99
/**
1010
* Class AmountFactory
11+
*
12+
* @api
1113
*/
1214
class AmountFactory
1315
{

lib/internal/Magento/Framework/Pricing/Helper/Data.php

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

1010
/**
1111
* Pricing data helper
12+
*
13+
* @api
1214
*/
1315
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1416
{

lib/internal/Magento/Framework/Pricing/Price/AbstractPrice.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
/**
1515
* Class AbstractPrice
1616
* Should be the base for creating any Price type class
17+
*
18+
* @api
1719
*/
1820
abstract class AbstractPrice implements PriceInterface
1921
{

lib/internal/Magento/Framework/Pricing/Price/Collection.php

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

1111
/**
1212
* Class Collection
13+
*
14+
* @api
1315
*/
1416
class Collection implements \Iterator
1517
{

lib/internal/Magento/Framework/Pricing/Price/Pool.php

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

99
/**
1010
* Class Pool
11+
*
12+
* @api
1113
*/
1214
class Pool implements \Iterator, \ArrayAccess
1315
{

lib/internal/Magento/Framework/Pricing/PriceComposite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Magento\Framework\Pricing;
88

9-
use Magento\Framework\Pricing\SaleableInterface;
109
use Magento\Framework\Pricing\Price\Factory as PriceFactory;
1110
use Magento\Framework\Pricing\Price\PriceInterface;
1211

lib/internal/Magento/Framework/Pricing/PriceInfo/Base.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
/**
1616
* Class Base
1717
* Price info base model
18+
*
19+
* @api
1820
*/
1921
class Base implements PriceInfoInterface
2022
{

lib/internal/Magento/Framework/Pricing/PriceInfo/Factory.php

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

1515
/**
1616
* Price info model factory
17+
*
18+
* @api
1719
*/
1820
class Factory
1921
{

0 commit comments

Comments
 (0)