Annotation Interface Creator


A creator is a method that can be invoked when a ConfigurationItem is created. For instance, create other CIs based on an artifact.

A @Creator method should adhere to the following rule:

  • it must be static
  • take a CreatorContext. The CreatorContext provides methods to create, update or delete CIs.
  • Optional: A Map of attributes