
com.kangyonggan.extra.test.Demo06 Maven / Gradle / Ivy
package com.kangyonggan.extra.test;
import com.kangyonggan.extra.core.annotation.Log;
/**
* @author kangyonggan
* @since 2017/11/5 0005
*/
public class Demo06 {
@Log
public void helloNull(String name) {
for (int i = 0; i < 3; i++) {
return;
}
return;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy