@Override
protected JAXBContext createContextObject(Annotation[] annotations, String contextPath) throws JAXBException
{
JAXBConfig config = FindAnnotation.findAnnotation(annotations, JAXBConfig.class);
JAXBContext context = new FastinfoSetContext(contextPath);
return new JAXBContextWrapper(context, config);
}