@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited public @interface ExampleObject
Modifier and Type | Optional Element and Description |
---|---|
String |
externalValue
a URL to point to an external document to be used as an example.
|
String |
name
a unique name to identify this particular example
|
String |
summary
a brief summary of the purpose or context of the example
|
String |
value
a string representation of the example.
|
public abstract String name
public abstract String summary
public abstract String value
public abstract String externalValue
Copyright © 2017. All rights reserved.