package org.atomnuke.atom.model; import java.net.URI; /** * * @author zinic */ public interface AtomCommonAtributes { URI base(); String lang(); }