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 org.apache.fop Show documentation
Show all versions of org.apache.fop Show documentation
The core maven build properties
The newest version!
package com.thoughtworks.qdox.model;
public interface JavaModule
{
String getName();
boolean isNamed();
JavaModuleDescriptor getDescriptor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy