return new HashMap();
}
private Object writeReplace() throws ObjectStreamException {
try {
return new StaticMemberPlaceHolder(Annotation.class.getField("EMPTY_ANNOTATION"));
} catch (NoSuchFieldException nsfe) {
throw new NotSerializableException(nsfe.getMessage());
}
}