Package io.virtdata.annotations
Annotation Type Example
-
@Repeatable(Examples.class) public @interface Example
The example annotation allows for a function developer to attach illustrative examples for any given constructor. You can have multiple@Example
annotation per constructor. A few key formats are allowed
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-