Serialized Form


Package com.sun.codemodel

Class com.sun.codemodel.JClassAlreadyExistsException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

existing

JDefinedClass existing

Class com.sun.codemodel.JCommentPart extends ArrayList<Object> implements Serializable

serialVersionUID: 1L

Class com.sun.codemodel.JDocComment extends JCommentPart implements Serializable

serialVersionUID: 1L

Serialized Fields

atParams

Map<K,V> atParams
list of @param tags


atXdoclets

Map<K,V> atXdoclets
list of xdoclets


atThrows

Map<K,V> atThrows
list of @throws tags


atReturn

JCommentPart atReturn
The @return tag part.


atDeprecated

JCommentPart atDeprecated
The @deprecated tag


owner

JCodeModel owner



Copyright © 2005-2012 Oracle. All Rights Reserved.