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

com.kangyonggan.extra.test.Demo03 Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package com.kangyonggan.extra.test;

/**
 * @author kangyonggan
 * @since 2017/11/4 0004
 */
public class Demo03 {

//    @Log
    public static String hello(String name) {
        if (name == null) {
            return name;
        }
        return name;
    }

    public static void main(String[] args) {
        hello("world");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy