init - 初始化项目
This commit is contained in:
14
modules/java/generator/templates/java_class_inherited.prolog
Normal file
14
modules/java/generator/templates/java_class_inherited.prolog
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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); }
|
||||
|
||||
// internal usage only
|
||||
public static $jname __fromPtr__(long addr) { return new $jname(addr); }
|
||||
Reference in New Issue
Block a user