Short question: Is it possible to create Javadoc for local variables? (I just want an explanation for my local variable when hovering over it in Eclipse) Thanks for any hint
The only way it's possible is with global variables. Local variables cannot be annotated with JavaDoc's.