Annotation Type JsonProperty
- 
 @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface JsonProperty Provides a 1:1 mapping from jackson's annotation. This was created to avoid direct dependency on jackson in SolrJ
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringdefaultValuebooleanrequiredStringvalue
 
-