Skip to content

Commit

Permalink
Add javadoc about what is DbSettingConfigHelper. IQSS#7457
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Dec 8, 2020
1 parent ffe775e commit 00b9533
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
import javax.ejb.Singleton;
import javax.ejb.Startup;

/**
* This is a small helper bean for the MPCONFIG DbSettingConfigSource.
* As it is a singleton and built at application start (=deployment), it will inject the (stateless)
* settings service into the MPCONFIG POJO once it's ready.
*
* MPCONFIG requires it's sources to be POJOs. No direct dependency injection possible.
*/
@Singleton
@Startup
public class DbSettingConfigHelper {
Expand Down

0 comments on commit 00b9533

Please sign in to comment.