
io.protostuff.compiler.model.GroupContainer Maven / Gradle / Ivy
package io.protostuff.compiler.model;
import java.util.List;
/**
* @author Kostiantyn Shchepanovskyi
*/
public interface GroupContainer {
List getGroups();
void setGroups(List groups);
void addGroup(Group group);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy