src/share/classes/com/sun/tools/javadoc/AbstractTypeImpl.java

changeset 1521
71f35e4b93a5
parent 1359
25e14ad23cef
child 1691
f10cffab99b4
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
102 } 102 }
103 103
104 public AnnotationTypeDoc asAnnotationTypeDoc() { 104 public AnnotationTypeDoc asAnnotationTypeDoc() {
105 return null; 105 return null;
106 } 106 }
107
108 public AnnotatedType asAnnotatedType() {
109 return null;
110 }
107 } 111 }

mercurial