Just as a general question I was wondering if there was any notion of providing the ability to create proxy classes from service interfaces in a similar fashion to what is found with Spring Data being able to generate proxy classes based upon repository interfaces. Or perhaps it is already there?

Thanks