Add missing @experimental annotations

This commit is contained in:
Samuel ROZE 2018-05-07 11:19:29 +02:00
parent bad56805a8
commit 7f875cb52b
3 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,8 @@ namespace Symfony\Component\Messenger\Handler;
* Marker interface for message handlers.
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.1
*/
interface MessageHandlerInterface
{

View File

@ -15,6 +15,8 @@ namespace Symfony\Component\Messenger\Handler;
* Handlers can implement this interface to handle multiple messages.
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.1
*/
interface MessageSubscriberInterface extends MessageHandlerInterface
{

View File

@ -18,6 +18,8 @@ use Symfony\Component\Messenger\Transport\SenderInterface;
* Creates a Messenger transport.
*
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @experimental in 4.1
*/
interface TransportFactoryInterface
{