Annotation Type ProtoDoc


  • @Target({FIELD,METHOD,TYPE})
    @Retention(RUNTIME)
    @Documented
    @Repeatable(ProtoDocs.class)
    public @interface ProtoDoc
    The documentation text of the generated message type, enum type or field. You can put here human readable text and also ProtoStream documentation comment annotations. This annotation can be repeated and all the text will be collected together in the order of appearance.
    Since:
    3.0
    Author:
    anistor@redhat.com
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The documentation text (human readable and also ProtoStream documentation comment annotations).
    • Element Detail

      • value

        String value
        The documentation text (human readable and also ProtoStream documentation comment annotations).