1: package com.technoetic.xplanner.domain; 2: 3: //DEBT Rename to Annotable 4: public interface NoteAttachable extends Identifiable { 5: 6: }