All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadocstub.JavaDocStub Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) Microsoft. All rights reserved.
 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
 */

/**
 * Sonatype hosting requires javadoc for releasing an artifact into Maven Central.
 * This java file is used to produce "fake" javadoc.
 * Reference: http://central.sonatype.org/pages/requirements.html
 */

package javadocstub;
/**
 * @author      SparkClr Team 
 * @version     1.0                 (current version number of program)
 * @since       2016-01-05          (the version of the package this class was first added to)
 */

public class JavaDocStub {

    public static void main(String[] args) {
        System.out.println("Just a javadoc stub");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy