Package ru.curs.celesta.dbutils
Annotation Type CelestaGenerated
-
@Target(TYPE) @Retention(CLASS) public @interface CelestaGenerated
This annotation is used to mark source code that has been generated by Celesta. Unlikejavax.annotation.Generated, this annotation hasCLASSretention policy, which makes it visible by code coverage tools like JaCoCo.