Annotation Interface Generated


@Target(TYPE) @Retention(RUNTIME) public @interface Generated
Marks classes as generated by Vertigo framework. Used for code generation tracking and processing. Applied at type level and retained at runtime for reflection purposes.
Author:
pchretien