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