@Target(value={FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonProperty
Denotes that a field or method exposes a JSON object property.
Copyright © 2015. All rights reserved.