/[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 1344 - (hide annotations) (download)
Wed Apr 20 16:14:33 2011 UTC (13 years, 1 month ago) by torben
File size: 301 byte(s)
Rename @ReloadConfig to @ReloadConfigMethod
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 torben 1344 public @interface ReloadConfigMethod {
12 torben 1328
13     }

  ViewVC Help
Powered by ViewVC 1.1.20