Annotation Interface PageModelProperty
@Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD})
@Retention(RUNTIME)
public @interface PageModelProperty
Annotation similar to jackson-annotations @JsonProperty specify the name of the property in the Page Model API
-
Optional Element Summary
-
Element Details
-
value
String value- Default:
- ""
-