Conditions | 2 |
Total Lines | 5 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | package com.hltech.pact.gen.domain.client.annotation; |
||
13 | public List<AnnotatedMethodHandler> createAll() { |
||
14 | try { |
||
15 | return createHandlers(findClasses()); |
||
16 | } catch (IllegalAccessException | InstantiationException exception) { |
||
17 | throw new MappingMethodCreationException("Cannot create mapping handler", exception); |
||
18 | } |
||
42 |