public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\REQUIRED, 'Path');
 }
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\OPT_NO_VAL, 'Bind');
 }
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\OPT_DEF_VAL, 'Method', 'GET');
 }
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\REQUIRED, 'Prefix', null, true);
 }