Annotation Interface 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
     
  • Element Details