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 hasCLASS
retention policy, which makes it visible by code coverage tools like JaCoCo.