We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e0d18 commit 7a7efe4Copy full SHA for 7a7efe4
TestModule01/src/com/bean/Person.java
@@ -0,0 +1,5 @@
1
+package com.bean;
2
+
3
+public class Person {
4
+ private Integer age;
5
+}
0 commit comments