public interface MultiModuleAnnotationVerifier extends Verifier
| Modifier and Type | Method and Description |
|---|---|
List<Module> |
processableModules(List<Module> modules) |
boolean |
shouldVerify(List<Module> modules)
Should this verifier be executed for the given modules?
|
void |
verify(List<Module> modules,
NotificationGatherer gatherer)
Verify the annotations on these modules
|
boolean shouldVerify(List<Module> modules)
modules - The modules to testList<Module> processableModules(List<Module> modules)
modules - The modules discriminate their kindsvoid verify(List<Module> modules, NotificationGatherer gatherer) throws AnnotationVerificationException
modules - The modules to be verifiedAnnotationVerificationException - if the verification failsCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.