forked from openrs2/openrs2
This prevents the IDE from instantly displaying an error message due to our use of explicit API mode. Signed-off-by: Graham <gpe@openrs2.dev>bzip2
parent
0af11d75c3
commit
b44bb21403
@ -0,0 +1,6 @@ |
|||||||
|
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} |
||||||
|
|
||||||
|
#end |
||||||
|
#parse("File Header.java") |
||||||
|
public class ${NAME} { |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} |
||||||
|
|
||||||
|
#end |
||||||
|
#parse("File Header.java") |
||||||
|
public enum class ${NAME} { |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} |
||||||
|
|
||||||
|
#end |
||||||
|
#parse("File Header.java") |
||||||
|
public interface ${NAME} { |
||||||
|
} |
Loading…
Reference in new issue