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
- Host: GitHub
- URL: https://github.com/turbo87/assertj-annotations-test
- Owner: Turbo87
- Created: 2015-09-14T11:55:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T07:33:24.000Z (almost 11 years ago)
- Last Synced: 2025-02-21T21:56:35.159Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`