]> git.argeo.org Git - gpl/argeo-slc.git/blob - attachment/AttachmentsEnabled.java
Prepare next development cycle
[gpl/argeo-slc.git] / attachment / AttachmentsEnabled.java
1 package org.argeo.slc.attachment;
2
3 public interface AttachmentsEnabled {
4 public void addAttachment(Attachment attachment);
5 }