Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
4cbddc29c51d1da9fc8b6a24163e1aa4f3d39baf
/
.
/
jsf
/
tests
/
org.eclipse.jst.jsf.designtime.tests
/
testdata
/
BeanWithListProp.java.data
blob: e7425e3235676ac2bd73e86b4cf55ee9c5166eb0 [
file
] [
log
] [
blame
]
package
com
.
test
;
public
class
BeanWithListProp
{
private
ListBean
_myBean1
;
// test a property of type Map
public
ListBean
getListProp
()
{
return
_myBean1
;
}
}