Actions
Feature #2318
openMembers of eu.webtoolkit.jwt.Configuration should be protected, not private
Start date:
10/15/2013
Due date:
% Done:
0%
Estimated time:
Description
The members of eu.webtoolkit.jwt.Configuration should be protected, not private. People might want to create subclasses that read configurations from other sources, for instance using dependency injection in the Sproing framework.
Updated by Koen Deforche about 11 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
And how is that not possible using the public getters and setters?
Actions