package org.atomnuke.atom.model; /** * * @author zinic */ public interface TypedContent extends SimpleContent { Type type(); }