org.gedcomx.rt.json
Annotation Type JsonSimpleValue


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface JsonSimpleValue

Marker to denote an object that is serialized as a JSON simple value.

Author:
Ryan Heaton

Optional Element Summary
 String example
          The example value, if any, for documentation purposes.
 

example

public abstract String example
The example value, if any, for documentation purposes.

Returns:
The example value, if any, for documentation purposes.
Default:
"##default"


Copyright © 2016. All rights reserved.