org.apache.commons.beanutils.JavadocGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-beanutils Show documentation
Show all versions of commons-beanutils Show documentation
The core maven build properties
The newest version!
package org.apache.commons.beanutils;
public class JavadocGenerator {
/**
* Shading only attaches the sources,
* Nexus Central Deploys require javadoc jar
*/
public JavadocGenerator()
{
}
}