What is that ?
This annotation flags your wiquery components to indicate that we need the jQuery UI core and style. So these will be imported automatically.
How to use
This example is extract of the accordion component:
@WiQueryUIPlugin
public class Accordion extends WebMarkupContainer implements IWiQueryPlugin {
}