[Serializer] Make metadata interfaces internal

This commit is contained in:
Kévin Dunglas 2015-12-22 21:37:45 +01:00
parent 68b3d2d6a8
commit 3f6cfcdf42
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ namespace Symfony\Component\Serializer\Mapping;
*
* Primarily, the metadata stores serialization groups.
*
* @internal
*
* @author Kévin Dunglas <dunglas@gmail.com>
*/
interface AttributeMetadataInterface

View File

@ -18,6 +18,8 @@ namespace Symfony\Component\Serializer\Mapping;
*
* There may only exist one metadata for each attribute according to its name.
*
* @internal
*
* @author Kévin Dunglas <dunglas@gmail.com>
*/
interface ClassMetadataInterface