Annotation Type StaticMetamodel


@Target(TYPE)
@Retention(RUNTIME)
public @interface StaticMetamodel
The StaticMetamodel annotation specifies that the class is the metamodel class for the entity view class designated by the value element.
Since:
1.5.0
Author:
Christian Beikov
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Class<?> value
    The entity view class.
  • Element Details

    • value

      Class<?> value
      The entity view class.
      Returns:
      the entity view class