public @interface ResourceValue
Modifier and Type | Optional Element and Description |
---|---|
boolean |
abstractResourceClass
If set to true, the generated resource value class will be abstract so that it can be further customized.
|
Class<? extends Base> |
baseClass
This property allows to specify the base class of the generated resource value class.
|