View Javadoc
1
package
com.atlassian.plugins;
2
3
public
interface
MyPluginComponent
4
{
5
String getName();
6
}