给你个例子:
/**
 * JPTAUT_AckForm.java
 *
 * Description :
 *  月次承認のフォーム
 *
 * Version Date       Author       Changes
 * 1.0     2002/12/24 duwei     新規作成
 *
 * Copyright (C)CHIYODA Corporation. 2002-2003 All Rights Reserved.
 *///---------------パッケ一ジ名の定義
package jp.co.chiyoda.ptime.form.aut;
这样一来就OK了!

解决方案 »

  1.   

    不行阿??
    你看:
    Java 2 Platform Packages java.applet    Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. 我是要这样的,对java.applet包的注释,而不是类的注释 
      

  2.   

    呵呵!
    没明白!!不过包注释,俺没用过@
    想了一个苯办法........把你的做好的doc,在你包的后面自己加上注释.....
    你看怎么样?/
      

  3.   

    :) 我也怀疑sun的文档 ,是后来手工修改的 .....没明白?
    你去看看J2se的api 说明,
    举个例:
    java.applet
    他有这样的描述:
    Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.