Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
Technical |
|
| 0.0;0 |
1 | /* | |
2 | * Copyright (c) 2009, Ergon Informatik AG (http://www.ergon.ch) | |
3 | * All rights reserved. | |
4 | * | |
5 | * Licensed under the Open Permis License which accompanies this distribution, | |
6 | * and is available at http://www.openpermis.org/BSDlicenceKent.txt | |
7 | */ | |
8 | package org.openpermis.editor.policy.adapter.technical; | |
9 | ||
10 | import org.openpermis.editor.policy.adapter.Adaptee; | |
11 | ||
12 | ||
13 | /** | |
14 | * Describes a part bean that has been adapted to a long technical string used for development. | |
15 | * @since 0.3.0 | |
16 | */ | |
17 | public interface Technical extends Adaptee<String> { | |
18 | ||
19 | //---- Methods | |
20 | ||
21 | ||
22 | } |