diff CodeGeneration/JavaNativeSDK.mustache @ 8:26c08ff926a3

added warning about auto-generated files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Oct 2023 11:21:20 +0200
parents 3ecef5782f2c
children 15dc698243ac
line wrap: on
line diff
--- a/CodeGeneration/JavaNativeSDK.mustache	Thu Oct 19 11:14:45 2023 +0200
+++ b/CodeGeneration/JavaNativeSDK.mustache	Thu Oct 19 11:21:20 2023 +0200
@@ -24,6 +24,8 @@
  **/
 
 
+// WARNING: Auto-generated file. Do not modify it by hand.
+
 class NativeSDK {
     {{#functions}}
     public static native {{return.java_type}} {{c_function}}({{#class_name}}long self{{#has_args}},{{/has_args}} {{/class_name}}{{#args}}{{java_type}} {{name}}{{^last}}, {{/last}}{{/args}});