Playframework route file: Separate Production routes from Dev routes

Viewed 4551

Is there a way in Play to annotate routes to inform that a certain section/group routes is only available in dev or prod mode

2 Answers
Related