8009686: Generated javadoc documentation should be able to display type annotation on an array

Reviewed-by: jjg
This commit is contained in:
Bhavesh Patel 2013-04-13 18:48:29 -07:00
parent 3044b19d21
commit 56d97d6507
13 changed files with 237 additions and 43 deletions

View file

@ -108,6 +108,10 @@ public class ClassDocImpl extends ProgramElementDocImpl implements ClassDoc {
this.tsym = sym;
}
public com.sun.javadoc.Type getElementType() {
return null;
}
/**
* Returns the flags in terms of javac's flags
*/