Slide 9
Slide 9 text
JavaDoc
• Keep
it
simple!
• Use
it
as
you
do
it.
Not
when
you
are
finished.
• Don’t
document
constructor,
ge]er,
se]er
• If
a
method
is
complex
enough,
say
what
it
does!
• Useful
annota?ons
• @Deprecated
• @author
• @see
• @param
• @return
• @Override