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:
15
modules/java/generator/templates/java_class.prolog
Normal file
15
modules/java/generator/templates/java_class.prolog
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// This file is auto-generated. Please don't modify it!
|
||||
//
|
||||
package org.opencv.$module;
|
||||
|
||||
$imports
|
||||
|
||||
$docs
|
||||
$annotation
|
||||
public class $jname {
|
||||
|
||||
protected final long nativeObj;
|
||||
protected $jname(long addr) { nativeObj = addr; }
|
||||
|
||||
public long getNativeObjAddr() { return nativeObj; }
|
||||
Reference in New Issue
Block a user