@@ -7,7 +7,7 @@ These properties also auto reload if the given properties file changes during ru
7
7
<pre >
8
8
@ReloadableProperty("dynamicProperty.longValue")
9
9
private long primitiveWithDefaultValue = 55;
10
-
10
+
11
11
@ReloadableProperty("dynamicProperty.substitutionValue")
12
12
private String stringProperty;
13
13
@@ -69,30 +69,31 @@ A set of integration and unit tests can be found in _src/test/java_ (tests) & _s
69
69
* Thankyou [ normanatashbar] ( https://github.com/normanatashbar ) for adding composite string replacement
70
70
71
71
### Supported Property Type Conversions Available ###
72
- * Joda Time Library (2.1) - [ link] ( http://joda-time.sourceforge.net/ )
73
- * LocalDate.class
74
- * LocalTime.class
75
- * LocalDateTime.class
76
- * Period.class
72
+ * LocalDate.class
73
+ * LocalTime.class
74
+ * LocalDateTime.class
75
+ * Period.class
77
76
78
77
79
78
* Spring Supported (3.1.2-RELEASE)
80
- * String.class
81
- * boolean.class, Boolean.class
82
- * byte.class, Byte.class
83
- * char.class, Character.class
84
- * short.class, Short.class
85
- * int.class, Integer.class
86
- * long.class, Long.class
87
- * float.class, Float.class
88
- * double.class, Double.class
79
+ * String.class
80
+ * Date.class
81
+ * boolean.class, Boolean.class
82
+ * byte.class, Byte.class
83
+ * char.class, Character.class
84
+ * short.class, Short.class
85
+ * int.class, Integer.class
86
+ * long.class,Long.class
87
+ * float.class, Float.class
88
+ * double.class, Double.class
89
89
90
90
### Dependencies ###
91
91
92
92
#### Core ####
93
93
* Java 7 SDK
94
94
* Spring (3.2.5-RELEASE)
95
95
* Google Guava (14.0.1)
96
+ * Joda Time Library (2.1) - [ link] ( http://joda-time.sourceforge.net/ )
96
97
97
98
#### Logging ####
98
99
* logback (1.0.13)
0 commit comments