blob: 0fc24edb4ea613dc54c03b126d10c2e60450afd1 [file] [log] [blame]
package com.test;
public class AnotherBean
{
public String getProperty();
{
return "";
}
public void setProperty(String prop)
{
}
}