| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| EntityNameAbbreviator |
|
| 1.0;1 |
| 1 | package org.trails.engine.encoders.abbreviator; |
|
| 2 | ||
| 3 | public interface EntityNameAbbreviator |
|
| 4 | { |
|
| 5 | ||
| 6 | public String abbreviate(Class clazz); |
|
| 7 | ||
| 8 | public Class unabbreviate(String abbreviation); |
|
| 9 | } |