mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 16:00:51 -07:00
new test cases to support bean annotation
This commit is contained in:
parent
fc881e2631
commit
193a3823b5
6 changed files with 165 additions and 6 deletions
|
@ -20,7 +20,7 @@ public class GenericBean<T extends Number & Comparable<T>> implements MyBean {
|
|||
}
|
||||
|
||||
/** */
|
||||
private T genericValue;
|
||||
protected T genericValue;
|
||||
/** to be used by the calling test to see how often the getter is called */
|
||||
public int genericGetCounter;
|
||||
/** to be used by the calling test to see how often the setter is called */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue