Package org.jboss.msc.inject
Interface InjectorLogger
-
- All Known Implementing Classes:
InjectorLogger_$logger
@MessageLogger(projectCode="MSC") interface InjectorLogger
The injector logger interface.
-
-
Field Summary
Fields Modifier and Type Field Description static InjectorLogger
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
uninjectFailed(java.lang.Throwable cause, java.lang.Object target)
-
-
-
Field Detail
-
INSTANCE
static final InjectorLogger INSTANCE
-
-