12551256125712581259126012611262
MissingAnnotationException { final Path path = getPathAnnotation(method); try { return getPathTemplateWithoutRegExps(path); } catch (IllegalPathException e) { throw new IllegalPathOnMethodException(e); } }
130131132133134135136137
return EMPTY; } try { return new PathRegExp(pathAnno.value(), pathAnno); } catch (IllegalPathException ipe) { throw new IllegalPathOnMethodException(ipe); } }