| Type |
Task
|
| Priority |
Minor
|
| Assignee | |
| Version |
tigase-server-8.2.0
|
| Spent time |
0
|
Issue Votes (0)
Watchers (0)
| Type |
Task
|
| Priority |
Minor
|
| Assignee | |
| Version |
tigase-server-8.2.0
|
| Spent time |
0
|
Currently
@ConfigFieldrequires concrete classes and interfaces won't work so instead of usingList<String>we have to useArrayList<String>.It should be possible to use interfaces just fine, and in that case we could use
Collections.unmodifiable____().