Closed slawluc closed 2 years ago
This feature is actually being removed in favor of #68. We see now that the way you annotate things is not clear, this is part of the reason why we are removing it. Closing since this behavior won't be available in the next version.
Given these gradle settings
When I attempt to annotate this class with @CopyExtensions a nullable middle name
Then It generates classes for other classes that have not been annotated with CopyExtension.
When gradle is configured like this
Then I only have generated classes for 'Person'
Note This is the only class annotated with CopyExtension in the project