Bug 913985: Part 2 - Add annotations to all remaining JNI entry points, marking them for generations. r=kats
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
package org.mozilla.gecko.sqlite;
|
||||
|
||||
import org.mozilla.gecko.mozglue.generatorannotations.WrapEntireClassForJNI;
|
||||
|
||||
@WrapEntireClassForJNI
|
||||
public class SQLiteBridgeException extends RuntimeException {
|
||||
static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user