Package org.approvej.review
Interface FileReviewerProvider
- All Superinterfaces:
Provider<FileReviewer>
- All Known Implementing Classes:
AutomaticFileReviewer,NoneFileReviewer
Specialized
Provider for FileReviewer implementations.
This interface pre-defines the type() method, so implementations only need to provide
Provider.alias().
-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<FileReviewer> type()Returns the type of component this provider creates.
-
Method Details
-
type
Description copied from interface:ProviderReturns the type of component this provider creates.Specialized sub-interfaces like
PrintFormatProviderandFileReviewerProviderprovide default implementations for this method.- Specified by:
typein interfaceProvider<FileReviewer>- Returns:
- the component type class
-