mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8009686: Generated javadoc documentation should be able to display type annotation on an array
Reviewed-by: jjg
This commit is contained in:
parent
3044b19d21
commit
56d97d6507
13 changed files with 237 additions and 43 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue