
com.thoughtworks.qdox.model.JavaModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qdox Show documentation
Show all versions of qdox Show documentation
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files
complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.
The newest version!
package com.thoughtworks.qdox.model;
public interface JavaModule
{
String getName();
boolean isNamed();
JavaModuleDescriptor getDescriptor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy