@Target(TYPE)
@Retention(RUNTIME)
public @interface EntityView
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.Class<?> |
value |
The entity class on which this view is based on.
|
Copyright © 2014–2019 Blazebit. All rights reserved.