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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's already present: here an example: |
Beta Was this translation helpful? Give feedback.
-
Nice, that worked, thanks! |
Beta Was this translation helpful? Give feedback.
It's already present: here an example:
ClassFactory.ClassRetriever classRetriever = componentSupplier.getClassFactory().loadOrBuildAndDefine( LoadOrBuildAndDefineConfig.forUnitSourceGenerator(unitSG).virtualizeClasses(false) );