Module neberus.core

Annotation Type ApiExample


  • @Target({})
    @Retention(SOURCE)
    public @interface ApiExample
    Define a example for a specific value.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String title
      Title or description of this example.
      java.lang.String value
      The actual example value.
    • Element Detail

      • title

        java.lang.String title
        Title or description of this example.
        Returns:
        the title
      • value

        java.lang.String value
        The actual example value.
        Returns:
        the value