Interface Commentable


  • public interface Commentable
    Implementations of this interface can be adorned with comments.
    Since:
    0.3.3
    • Field Detail

      • EMPTY_COMMENTS

        static final String[] EMPTY_COMMENTS
    • Method Detail

      • setComments

        void setComments​(String[] comments)
        Set comments.
      • getComments

        String[] getComments()
        Return comments, or empty array if none.