blob: d50dc27fcdddb9fcfb68e773a517e9d0bc391062 [file] [log] [blame]
package com.test;
public class TestBean2
{
private TestBean1 _myBean1;
// test recursive properties like var.x.y.x.x.y...
public TestBean3 getMyBean3()
{
return null;
}
}