public function matches($className, \ReflectionAnnotatedClass $reflection)
 {
     return $reflection->getNamespaceName() == $this->namespace;
 }