@interface (annotations) and "Inspect Code"
IDEA 4.5.2 "Inspect Code" on the following code complains about "Required javadoc is absent" on the value() method:
If I add a @return tag, nothing changes - IDEA doesn't add a @return tag anyway (after entering /**]]>).
A bug? ...or am I missing something?
Please sign in to leave a comment.