mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};
|
|
|
|
#end
|
|
#parse("File Header.java")
|
|
public record ${NAME}() {
|
|
}
|