Interface ICommentProvider


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

      • getComment

        java.lang.String getComment​(SourceTextEntry newEntry)
        Create comment for specific entry.