Posso utilizzare più tag javadoc @throws
se la mia applicazione genera la stessa eccezione per più motivi? Ad esempio:Posso utilizzare più tag @throws per la stessa eccezione in Javadoc?
@throws UserException if issue 1 happened
@throws UserException if issue 2 happened
@throws UserException if issue 3 happened
È vietato dallo standard JavaDoc?
Cosa è successo quando l'hai provato? –