Class ConfigObserver
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.broken.ConfigObserver
-
@ApplicationScoped public class ConfigObserver extends Object
A bean supporting theMissingValueOnObserverMethodInjectionTesttest that injects a non-existent configuration property in a container lifecycle event observer method.- Author:
- Laird Nelson
- See Also:
MissingValueOnObserverMethodInjectionTest
-
-
Constructor Summary
Constructors Constructor Description ConfigObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonStartup(Object event, String nonExistentConfigurationPropertyValue)
-