@Target(value=TYPE)
@Retention(value=CLASS)
public @interface CelestaGenerated
This annotation is used to mark source code that has been generated
by Celesta. Unlike javax.annotation.Generated, this
annotation has CLASS retention policy, which makes it
visible by code coverage tools like JaCoCo.