Description
Add an annotation processor option to skip the call to check for more than one Controller class within the package of the Controller being processed by the AP. The method checkForOverlappingClasses() in FlowControllerChecker can be very expensive for building certain applications in eclipse. Profiling shows a huge hit in the call to the PackageDeclaration getClasses() method. More details are in the beehive dev mail list...
Using the option would allow for a configuration taking advantage of a build performance gain versus running the check.