Interface DependencyInjectionErrors
public interface DependencyInjectionErrors
Provides the current dependency-injection validation result set.
-
Method Summary
Modifier and TypeMethodDescriptionObtains the current dependency-injection errors.
-
Method Details
-
getCurrentErrors
Set<DependencyInjectionError> getCurrentErrors()Obtains the current dependency-injection errors.- Returns:
- The current dependency-injection errors, or an empty set when none exist
-