src/share/classes/com/sun/codemodel/internal/JDefinedClass.java

changeset 50
42dfec6871f6
parent 45
31822b475baa
equal deleted inserted replaced
46:a88ad84027a0 50:42dfec6871f6
426 * Name of the annotation Type declaration to be added to this package 426 * Name of the annotation Type declaration to be added to this package
427 * @return 427 * @return
428 * newly created Annotation Type Declaration 428 * newly created Annotation Type Declaration
429 * @exception JClassAlreadyExistsException 429 * @exception JClassAlreadyExistsException
430 * When the specified class/interface was already created. 430 * When the specified class/interface was already created.
431
431 */ 432 */
432 public JDefinedClass _annotationTypeDeclaration(String name) throws JClassAlreadyExistsException { 433 public JDefinedClass _annotationTypeDeclaration(String name) throws JClassAlreadyExistsException {
433 return _class (JMod.PUBLIC,name,ClassType.ANNOTATION_TYPE_DECL); 434 return _class (JMod.PUBLIC,name,ClassType.ANNOTATION_TYPE_DECL);
434 } 435 }
435 436

mercurial