raymond-jgler / java-class-jacksonizer

A tool to bulk annotate existing constructor with given annotations, or to add a default constructor to Java classes if without.
MIT License
3 stars 0 forks source link

Add Logic To Process All Concrete Classes From An Interface Or Abstract Class #14

Open raymond-jgler opened 11 months ago

raymond-jgler commented 11 months ago

Due to IoC's nature, classes communicate via interfaces, so we need to process their children if certain flags are enabled ( process fields / params )