protected function testAnnotationWithoutUsageAnnotation()
 {
     $this->setExpectedException(self::ANNOTATION_EXCEPTION, "The class 'NoUsageAnnotation' must have exactly one UsageAnnotation");
     Annotations::getUsage('NoUsageAnnotation');
 }