gate.creole.metadata
Annotation Type AutoInstance


@Target(value={})
@Retention(value=RUNTIME)
public @interface AutoInstance

Annotation used to define an instance of a resource that is created automatically when the plugin is loaded. This annotation is used as a parameter in CreoleResource.autoinstances().


Optional Element Summary
 boolean hidden
          Should this auto-instance be hidden in the GUI (true) or should it display just like a manually-created instance (false)?
 AutoInstanceParam[] parameters
          Parameter values for this auto-instance.
 

parameters

public abstract AutoInstanceParam[] parameters
Parameter values for this auto-instance. If not specified, the default values are used.

Default:
{}

hidden

public abstract boolean hidden
Should this auto-instance be hidden in the GUI (true) or should it display just like a manually-created instance (false)?

Default:
false