org.mule.devkit.generation.api
Interface MultiModuleAnnotationVerifier

All Superinterfaces:
Verifier

public interface MultiModuleAnnotationVerifier
extends Verifier

Verifies annotations are correctly used globally.


Method Summary
 boolean shouldVerify(List<Module> modules)
          Should this verifier be executed for the given modules?
 void verify(List<Module> modules)
          Verify the annotations on these modules
 

Method Detail

shouldVerify

boolean shouldVerify(List<Module> modules)
Should this verifier be executed for the given modules?

Parameters:
modules - The modules to test
Returns:
true if it should be verified, false otherwise

verify

void verify(List<Module> modules)
            throws AnnotationVerificationException
Verify the annotations on these modules

Parameters:
modules - The modules to be verified
Throws:
AnnotationVerificationException - if the verification fails


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.