Annotation Type EntityView


@Target(TYPE)
@Retention(RUNTIME)
public @interface EntityView
Specifies that the class is an entity view.
Since:
1.0.0
Author:
Christian Beikov
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Class<?> value
    The entity class on which this view is based on.
  • Element Details

    • value

      Class<?> value
      The entity class on which this view is based on.
      Returns:
      The entity class