source:
src/main/java/genius/core/repository/Property.java
Last change on this file was 127, checked in by , 6 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | package genius.core.repository; |
2 | |
3 | /** |
4 | * Created by dfesten on 6-8-2014. |
5 | */ |
6 | public final class Property |
7 | { |
8 | public static final String IS_MEDIATOR = "isMediator"; |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.