An open API service indexing awesome lists of open source software.

https://github.com/turbo87/assertj-annotations-test

Expertimental annotation processor for AssertJ
https://github.com/turbo87/assertj-annotations-test

Last synced: 11 months ago
JSON representation

Expertimental annotation processor for AssertJ

Awesome Lists containing this project

README

          

This repository is used to experiment with the idea of using annotation processing in AssertJ
(see [joel-costigliola/assertj-core#489](https://github.com/joel-costigliola/assertj-core/issues/489)).

## Subprojects

- `aat-annotation` The `@Assertion` annotation
- `aat-processor` The annotation processor
- `aat-example-lib` A library using the `@Assertion` annotation
- `aat-example` An application using the `@Assertion` annotation and `aat-example-lib`