Skip to content

Releases: tahabasri/take-a-hint

take-a-hint 0.1-beta-1

02 Jul 17:11

Choose a tag to compare

Pre-release

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 @HintMessage to use one hint message for all exceptions of a method/class.
  • Use custom hint messages with Picocli application (pre-release).