File: README.md

package info (click to toggle)
picocli 4.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,960 kB
  • sloc: java: 66,381; exp: 689; xml: 270; sh: 82; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# Picocli Annotation Processor Tests

This subproject contains tests for the annotation processor in the `picocli-codegen` module. 
These tests use the (excellent and recommended) [google/compile-testing](https://github.com/google/compile-testing) library, which requires Java 8.

The `picocli-codegen` module itself only requires Java 6, and I found it convenient to split off the annotation processor tests into a separate subproject.

This module does not publish any artifacts.