Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The method getName() in ...spisupport.BasePropertySource should be implemented as follows to make inheriting even more powerful:
@Override public String getName() { return getClass().getSimpleName(); }