mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-20 00:00:59 -04:00
new test cases to support bean annotation
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user