Annotation Type RestEnrichableProperty


  • @Target(FIELD)
    @Retention(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