Annotation Interface StaticMetamodel


@Target(TYPE) @Retention(RUNTIME) public @interface StaticMetamodel
Specifies that the annotated class is a metamodel class that represents the entity or mapped superclass designated by the value element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class being modeled by the annotated class.
  • Element Details

    • value

      Class<?> value
      Class being modeled by the annotated class.