Files
picocli/picocli-annotation-processing-tests
Remko Popma 8641b20891 [#500][#699][#703][#704] support options, bugfixes, tests
* fixed resource bundle related bugs in CommandLine (bundle may be null while bundleBaseName is not null in annotation processors)
* all annotation processors now support a `relative.path` option (replaces the `groupId` and `artifactId` options)
* DynamicProxyConfigGeneratorProcessor now supports a `interfaceClasses` option for additional interface names
* ResourceConfigGeneratorProcessor now supports a `bundles` option for additional resource bundles and a `resourceRegex` option for additional other resources
* added tests
2019-05-25 02:22:39 +09:00
..