Set<Class<?>> api = new HashSet<Class<?>>();
api.add(IPayment.class);
Annotation[] anns = new Annotation[2];
anns[0] = new DummyAnnotationLiteral();
anns[1] = new DummyAnnotationLiteral();
getManager().resolveDecorators(api, anns);
}
catch (Exception e)
{