0

I'm trying to create an annotation to do some validations on path variables and I'm trying to combine @Pathvariable and my validations to a single annotation. this is to simplify coding and also to avoid the need for multiple decorations on path variables. is this possible to extend @PathVariable to create a custom annotation? thanks in advance for suggestions

0 Answers0