<?php

namespace Vich\UploaderBundle\Mapping;

/**
 * @deprecated since 2.9, use AttributeInterface instead
 */
interface AnnotationInterface extends AttributeInterface
{
}
