I have built a plugin and I need to provide a certain amount of information to the users. So, I wanted add a description to it. I have already set the getParameterNames() and getToolTip() functions.
I assume you can use the function,
public String getSample(String arg0)
{
return null;
}