Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写包级注释。有人能告诉我如何在 Eclipse 中编写 package-info.java。
我想将此信息添加到其中。
@javax.xml.bind.annotation.XmlSchema ( elementFormDefault=XmlNsForm.UNQUALIFIED ... )
谢谢。
您必须使用New -> File.
New -> File
New -> Class将不允许您创建文件,因为不接受文件名。
New -> Class
当您不必在包已经存在后生成文件时,您可以尝试通过右键单击 -> 新建 -> 包来养成创建包Create package-info.java的习惯:这为您提供了一个复选框。
Create package-info.java
您可以使用任何名称创建类。删除类定义代码。然后在eclipse中重命名文件。