Releases: tahabasri/take-a-hint
Releases · tahabasri/take-a-hint
take-a-hint 0.1-beta-1
This is the first public pre-release.
Features
- Customize Java error messages using emoji prefixes, custom error messages and hint messages.
- Customize either via programmatic API or annotations.
- Use custom Exceptions to customize error messages on top of existing exceptions in your code.
- Use annotation
@HintMessageto use one hint message for all exceptions of a method/class. - Use custom hint messages with Picocli application (pre-release).