Hi,
I am wondering if it is possible to write a PathBindable in Java. There is a Java interface available, play.api.mvc.PathBindable. But I can't find any Java implementations in the Play core. I've tried to implement one myself, but I won't succeed. So is it even possible, and, if so can someone give me an example of an implementation? (I've written one in Scala so I know how to import it in the routes file)
Thanks!