com.microsoft.sql.javadoc.generator.JavadocGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mssql-jdbc Show documentation
Show all versions of mssql-jdbc Show documentation
Microsoft JDBC Driver for SQL Server.
package com.microsoft.sql.javadoc.generator;
public class JavadocGenerator {
/**
* Shading only attaches the sources,
* Nexus Central Deploys require javadoc jar
*/
public JavadocGenerator()
{
}
}