Package st.orm

Annotation Interface GenerateMetamodel


@Target(TYPE) @Retention(RUNTIME) public @interface GenerateMetamodel
Indicates that a metamodel class should be generated for the annotated record or data class.

Note: This annotation is not required for types implementing Entity or Projection, as they are automatically included when the annotation processor is enabled.

Since:
1.2