Annotation Type Creator


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    @Inherited
    public @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