/[projects]/WebConfig/src/dk/thoerup/webconfig/ReloadConfigMethod.java
ViewVC logotype

Annotation of /WebConfig/src/dk/thoerup/webconfig/ReloadConfigMethod.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1328 - (hide annotations) (download)
Wed Apr 20 04:41:18 2011 UTC (13 years, 1 month ago) by torben
Original Path: WebConfig/src/dk/thoerup/webconfig/ReloadConfig.java
File size: 295 byte(s)
Add option for reloading config by annotating a method
1 torben 1328 package dk.thoerup.webconfig;
2    
3     import java.lang.annotation.ElementType;
4     import java.lang.annotation.Retention;
5     import java.lang.annotation.RetentionPolicy;
6     import java.lang.annotation.Target;
7    
8    
9     @Retention(RetentionPolicy.RUNTIME)
10     @Target(ElementType.METHOD)
11     public @interface ReloadConfig {
12    
13     }

  ViewVC Help
Powered by ViewVC 1.1.20