Annotation Interface GomDoc


@Target({METHOD,TYPE,FIELD}) @Retention(RUNTIME) public @interface GomDoc
Annotation for inline GOM documentation. $Date$
Version:
$Revision$
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    A short description of the type.
    Version, since when the type is available.
  • Element Details

    • description

      String description
      A short description of the type.
    • since

      String since
      Version, since when the type is available.