mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
cmake: Java/Android SDK refactoring
This commit is contained in:
10
modules/java/generator/templates/java_module.prolog
Normal file
10
modules/java/generator/templates/java_module.prolog
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// This file is auto-generated. Please don't modify it!
|
||||
//
|
||||
package org.opencv.$module;
|
||||
|
||||
$imports
|
||||
|
||||
$docs
|
||||
$annotation
|
||||
public class $jname {
|
||||
Reference in New Issue
Block a user