@Retention(value=RUNTIME) @Target(value=FIELD) public @interface JsonRequired
For use with Gson to denote certain fields must be deserialized as non-null or the object is invalid.
This is intended for use in the web / REST layer to auto reject objects that do not have required fields for processing.
public abstract String value
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.