diff --git a/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php b/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php index df0c0ee96c16c..0eab41e03a596 100644 --- a/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php +++ b/app/code/Magento/UrlRewriteGraphQl/Model/Resolver/UrlRewrite/CustomUrlLocatorInterface.php @@ -11,6 +11,9 @@ * Interface for resolution of custom URLs. * * It can be used, for example, to resolve '\' URL path to a 'Home' page. + * + * @api + * @since 103.0.2 */ interface CustomUrlLocatorInterface { diff --git a/app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php b/app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php index 47af7cbe6dd50..186c3d84436a0 100644 --- a/app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php +++ b/app/code/Magento/User/Model/Spi/NotificationExceptionInterface.php @@ -10,6 +10,9 @@ /** * When a notification cannot be sent. + * + * @api + * @since 103.0.2 */ interface NotificationExceptionInterface extends \Throwable { diff --git a/app/code/Magento/User/Model/Spi/NotificatorInterface.php b/app/code/Magento/User/Model/Spi/NotificatorInterface.php index f5e8ee68e7eed..00afd1bf00971 100644 --- a/app/code/Magento/User/Model/Spi/NotificatorInterface.php +++ b/app/code/Magento/User/Model/Spi/NotificatorInterface.php @@ -12,6 +12,9 @@ /** * Use to send out notifications about user related events. + * + * @api + * @since 103.0.2 */ interface NotificatorInterface { diff --git a/app/code/Magento/Vault/Block/Customer/IconInterface.php b/app/code/Magento/Vault/Block/Customer/IconInterface.php index d4bcb4e55f71c..d48649cce03cc 100644 --- a/app/code/Magento/Vault/Block/Customer/IconInterface.php +++ b/app/code/Magento/Vault/Block/Customer/IconInterface.php @@ -7,6 +7,9 @@ /** * Interface IconInterface + * + * @api + * @since 100.0.2 */ interface IconInterface { diff --git a/app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php b/app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php index f4340c18e2134..64b698742f04f 100644 --- a/app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php +++ b/app/code/Magento/Webapi/Controller/Rest/RequestProcessorInterface.php @@ -9,6 +9,9 @@ /** * Request processor interface + * + * @api + * @since 103.0.2 */ interface RequestProcessorInterface { diff --git a/app/code/Magento/Widget/Block/BlockInterface.php b/app/code/Magento/Widget/Block/BlockInterface.php index 4f795d949b8cd..d8c4ded197b86 100644 --- a/app/code/Magento/Widget/Block/BlockInterface.php +++ b/app/code/Magento/Widget/Block/BlockInterface.php @@ -14,6 +14,8 @@ /** * Interface \Magento\Widget\Block\BlockInterface * + * @api + * @since 103.0.2 */ interface BlockInterface { diff --git a/app/code/Magento/Wishlist/Controller/IndexInterface.php b/app/code/Magento/Wishlist/Controller/IndexInterface.php index 8954996ab1173..885258c3768a4 100644 --- a/app/code/Magento/Wishlist/Controller/IndexInterface.php +++ b/app/code/Magento/Wishlist/Controller/IndexInterface.php @@ -11,6 +11,8 @@ /** * Interface \Magento\Wishlist\Controller\IndexInterface * + * @api + * @since 103.0.2 */ interface IndexInterface extends \Magento\Framework\App\ActionInterface, ViewInterface { diff --git a/app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php b/app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php index 0b74c0a01a36d..16dd096efa7a2 100644 --- a/app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php +++ b/app/code/Magento/Wishlist/Controller/WishlistProviderInterface.php @@ -9,6 +9,8 @@ /** * Interface \Magento\Wishlist\Controller\WishlistProviderInterface * + * @api + * @since 103.0.2 */ interface WishlistProviderInterface { diff --git a/app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php b/app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php index 2c93097d1c3e1..5c74fcac5400f 100644 --- a/app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php +++ b/app/code/Magento/Wishlist/Model/AuthenticationStateInterface.php @@ -9,6 +9,8 @@ /** * Interface \Magento\Wishlist\Model\AuthenticationStateInterface * + * @api + * @since 103.0.2 */ interface AuthenticationStateInterface { diff --git a/app/code/Magento/Wishlist/Model/ResourceModel/Item/Product/CollectionBuilderInterface.php b/app/code/Magento/Wishlist/Model/ResourceModel/Item/Product/CollectionBuilderInterface.php index 1984d92e08a60..557e4f37e51c4 100644 --- a/app/code/Magento/Wishlist/Model/ResourceModel/Item/Product/CollectionBuilderInterface.php +++ b/app/code/Magento/Wishlist/Model/ResourceModel/Item/Product/CollectionBuilderInterface.php @@ -12,6 +12,9 @@ /** * Wishlist items products collection builder + * + * @api + * @since 103.0.2 */ interface CollectionBuilderInterface { diff --git a/app/code/Magento/Wishlist/Model/Wishlist/BuyRequest/BuyRequestDataProviderInterface.php b/app/code/Magento/Wishlist/Model/Wishlist/BuyRequest/BuyRequestDataProviderInterface.php index fac45d7f86c7c..44a64ab34e187 100644 --- a/app/code/Magento/Wishlist/Model/Wishlist/BuyRequest/BuyRequestDataProviderInterface.php +++ b/app/code/Magento/Wishlist/Model/Wishlist/BuyRequest/BuyRequestDataProviderInterface.php @@ -11,6 +11,9 @@ /** * Build buy request for adding products to wishlist + * + * @api + * @since 103.0.2 */ interface BuyRequestDataProviderInterface {