
com.github.alexfalappa.nbspringboot.templates.Component.template Maven / Gradle / Ivy
<#assign licenseFirst = "/*">
<#assign licensePrefix = " * ">
<#assign licenseLast = " */">
<#include "${project.licensePath}">
<#if package?? && package != "">
package ${package};
#if>
import org.springframework.stereotype.Component;
/**
*
* @author ${user}
*/
@Component
public class ${name} {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy