Annotation Type ContextGlossary

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] aliases
      List of possible aliases.
      String name
      By default the name of the class will be used.
      String value
      Definition explaining the term.
    • Element Detail

      • value

        String value
        Definition explaining the term.
        Returns:
        the definition of the term
        Default:
        ""
      • name

        String name
        By default the name of the class will be used. Use this property to override this default.
        Returns:
        the name of the term
        Default:
        ""
      • aliases

        String[] aliases
        List of possible aliases.
        Returns:
        possible aliases of the term
        Default:
        {}