If I have a public method with a return type which is not a getter method, such
as
public String sayHello() {
return "Hello";
}
the plugin should list this method in the autocompletion list together with all
other properties.
The result should be ${prop:sayHello()}
Original issue reported on code.google.com by igor.dro...@gmail.com on 22 Aug 2012 at 9:47
Original issue reported on code.google.com by
igor.dro...@gmail.com
on 22 Aug 2012 at 9:47