Setting for suppressing generation of Virtual interface #8
|
I'm trying to generate an interface to be used by the feign library. For some (kind of silly) reason, it requires that the interface you pass to Could we make the addition of the |
Replies: 2 comments
|
It's already present: here an example: |
|
Nice, that worked, thanks! |
It's already present: here an example:
ClassFactory.ClassRetriever classRetriever = componentSupplier.getClassFactory().loadOrBuildAndDefine( LoadOrBuildAndDefineConfig.forUnitSourceGenerator(unitSG).virtualizeClasses(false) );