@ExperimentalApi
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface RestEnrichableProperty
Annotation indicating that a field should be included in a RestEntity even if it doesn't have
a JsonProperty annotation. Useful for including the polymorphic type fields that jackson adds automatically
- Since:
- 5.10