Interface ICommentProvider


public interface ICommentProvider
Provider for some type of comments. It should work enough fast, without any network and disk calls.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Create comment for specific entry.
  • Method Details