public annotation interface  org.jboss.logging.annotations.Message extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public static final int NONE;
public static final int INHERIT;
public abstract int id();
public abstract java.lang.String value();
public abstract org.jboss.logging.annotations.Message$Format format();
}