Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 42e092e

Browse files
author
Shiva Kumar
committed
add Date type to supported property type list.
1 parent 4191c10 commit 42e092e

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These properties also auto reload if the given properties file changes during ru
77
<pre>
88
@ReloadableProperty("dynamicProperty.longValue")
99
private long primitiveWithDefaultValue = 55;
10-
10+
1111
@ReloadableProperty("dynamicProperty.substitutionValue")
1212
private String stringProperty;
1313

@@ -69,30 +69,31 @@ A set of integration and unit tests can be found in _src/test/java_ (tests) & _s
6969
* Thankyou [normanatashbar](https://github.com/normanatashbar) for adding composite string replacement
7070

7171
### 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
7776

7877

7978
* 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
8989

9090
### Dependencies ###
9191

9292
#### Core ####
9393
* Java 7 SDK
9494
* Spring (3.2.5-RELEASE)
9595
* Google Guava (14.0.1)
96+
* Joda Time Library (2.1) - [link](http://joda-time.sourceforge.net/)
9697

9798
#### Logging ####
9899
* logback (1.0.13)

0 commit comments

Comments
 (0)