@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface KITTY_EXTENDED_CRUD
KittyModel
implementation
in order to set extended crud controller into model
Created by akaish on 16.02.18.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends KittyMapper> |
extendedCrudController
Links model with extended crud controller to use
|
public abstract java.lang.Class<? extends KittyMapper> extendedCrudController