mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 03:54:36 +08:00
latest
This commit is contained in:
11
src/test/org/json/junit/MyBigNumberBean.java
Normal file
11
src/test/org/json/junit/MyBigNumberBean.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package org.json.junit;
|
||||
|
||||
import java.math.*;
|
||||
|
||||
/**
|
||||
* Used in testing when a Bean containing big numbers is needed
|
||||
*/
|
||||
interface MyBigNumberBean {
|
||||
public BigInteger getBigInteger();
|
||||
public BigDecimal getBigDecimal();
|
||||
}
|
Reference in New Issue
Block a user