接口的使用
com.thoughtworks.qdox.model.JavaModuleDescriptor
使用JavaModuleDescriptor的程序包
程序包
说明
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
Provides classes to write Java model elements in any style
Provides the default implementation of classes to write Java model elements in any style.
-
com.thoughtworks.qdox.model中JavaModuleDescriptor的使用
-
com.thoughtworks.qdox.model.impl中JavaModuleDescriptor的使用
-
com.thoughtworks.qdox.writer中JavaModuleDescriptor的使用
修饰符和类型方法说明ModelWriter.writeModuleDescriptor(JavaModuleDescriptor descriptor) Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements -
com.thoughtworks.qdox.writer.impl中JavaModuleDescriptor的使用
修饰符和类型方法说明DefaultModelWriter.writeModuleDescriptor(JavaModuleDescriptor descriptor) Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements