Skip to content

Commit 4f35012

Browse files
committed
Iterate through object components
1 parent 5ff27f1 commit 4f35012

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package com.baeldung.iterate.components;public class Circle {
2+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.baeldung.iterate.components
2+
3+
class Employee {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.baeldung.iterate.components
2+
3+
class Person {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.baeldung.iterate.components
2+
3+
class ReflectionInnerObjectsTests {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.baeldung.iterate.components
2+
3+
class ReflectionIteration {
4+
}

0 commit comments

Comments
 (0)