public annotation interface  com.fasterxml.jackson.'annotation'.JsonUnwrapped extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract boolean enabled();
public abstract java.lang.String prefix();
public abstract java.lang.String suffix();
}