public PublicAPIAttribute()

in src/Annotations.cs [699:702]


    public PublicAPIAttribute([NotNull] string comment)
    {
      Comment = comment;
    }