@Retention(value=RUNTIME) @Target(value=FIELD) public @interface JsonOptional
For use with Gson to denote certain fields may be included or not and the object is still valid.
This is intended for use in the web / REST layer to provide auto - field documenation.
public abstract String value
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.