/
home
/
obinna
/
html
/
amply
/
vendor
/
doctrine
/
annotations
/
lib
/
Doctrine
/
Common
/
Annotations
/
Annotation
/
Upload File
HOME
<?php namespace Doctrine\Common\Annotations\Annotation; /** * Annotation that indicates that the annotated class should be constructed with a named argument call. * * @Annotation * @Target("CLASS") */ final class NamedArgumentConstructor { }