Skip to content

Instantly share code, notes, and snippets.

View UC10D's full-sized avatar

xxx UC10D

View GitHub Profile
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
public class ${NAME} extends BaseQT {
#set ($foo = ${DateName} )
#if( $foo != 0 )
private ${DateType} ${DateName};
public ${NAME} (${DateType} ${DateName}) {
this.${DateName} = ${DateName};
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!-- Generated by RHY @will_awoke -->
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>