Annotations

The Simulation Assistant provides two annotations for generic set methods:

  • @StarAssistant, for use in extensions of the SimulationAssistant Class class, sets the values of desc, display, and outline.

    See: Help > Java API > star.assistant.annotation > StarAssistant

  • @StarAssistantTask, for use in extensions of the Task Class class, sets the values of contentFragment, contentPath, controller, display, id, and state.

    See: Help > Java API > star.assistant.annotation > StarAssistantTask