/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java
ViewVC logotype

Contents of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2346 - (show annotations) (download)
Mon Feb 23 14:39:49 2015 UTC (9 years, 2 months ago) by torben
File size: 238 byte(s)
Add configuration
1 package dk.daoas.daoadresseservice.admin;
2
3 import dk.thoerup.webconfig.ConfigVariable;
4
5
6
7 public class ServiceConfig {
8
9 @ConfigVariable
10 public boolean useGoogle;
11
12 @ConfigVariable
13 public boolean useOpenStreetMaps;
14
15 }

  ViewVC Help
Powered by ViewVC 1.1.20