All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.model.content.HasComments Maven / Gradle / Ivy

package xapi.model.content;

public interface HasComments {

  ModelComment[] getComments();
  ModelContent setComments(ModelComment[] comments);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy