blob: 7b1d1f1a8fd03fdfb7a4bf68f4a49883098e707a [file] [log] [blame]
package com.test;
public class TestBean3
{
// test recursive properties like var.x.y.x.x.y...
public TestBean2 getMyBean2()
{
return null;
}
}