mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 16:09:23 +08:00
13 lines
205 B
Prolog
13 lines
205 B
Prolog
|
//
|
||
|
// This file is auto-generated. Please don't modify it!
|
||
|
//
|
||
|
package org.opencv.$module;
|
||
|
|
||
|
$imports
|
||
|
|
||
|
$docs
|
||
|
$annotation
|
||
|
public class $jname extends $base {
|
||
|
|
||
|
protected $jname(long addr) { super(addr); }
|