public interface ModuleAnnotationVerifier extends Verifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldVerify(Module module)
Should this verifier be executed for the given module?
|
void |
verify(Module module,
NotificationGatherer gatherer)
Verify the annotations on this module
|
boolean shouldVerify(Module module)
module - The module to testvoid verify(Module module, NotificationGatherer gatherer) throws AnnotationVerificationException
module - The module to be verifiedAnnotationVerificationException - if the verification failsCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.