Add a dedicated AttributeDriver, deprecate annotations
This release deprecates the use of the \JMS\ObjectRouting\Annotation\ObjectRoute
class, either as an annotation or as an attribute. Use the \JMS\ObjectRouting\Attribute\ObjectRoute
attribute class instead. Also, the \JMS\ObjectRouting\Metadata\Driver\AnnotationDriver
has been deprecated. (#9)
Annotations support will be removed in the next major release.