Laurent Laborde
09/16/2022, 9:30 PMChris Lee
09/16/2022, 9:31 PMLaurent Laborde
09/16/2022, 9:31 PMmkrussel
09/16/2022, 9:33 PMLaurent Laborde
09/16/2022, 9:38 PMJohann Pardanaud
09/17/2022, 10:09 AM@throws
annotation is really meant to tell the JVM which checked exceptions the method can throw, and might not be available when compiling to other platforms.
If you want to document what your method can throw, use the `@throws class, @exception class` documentation tags, they are platform-agnostic.