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
- Optional: A Map of attributes