Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
ESBModelContribution |
|
| 1.0;1 |
1 | package com.aurea.maven.plugins.sonic.sdm.util; | |
2 | ||
3 | public interface ESBModelContribution { | |
4 | ||
5 | String getContributionName(); | |
6 | Object getContribution() throws Exception; | |
7 | } |