@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnOpen
Methods annotated with this are called by the Workbench when a WorkbenchPart
is displayed. OnOpen annotated methods are called after the WorkbenchPart's
OnStartup annotated method. The method should take zero arguments and return
void.