processService(svcParser, context);
}
private void processServiceMethod(final Method loadMethod, final BootstrapContext context,
final ErraiServiceConfiguratorImpl config) {
ServiceParser svcParser;
try {
svcParser = new ServiceMethodParser(loadMethod);
} catch (NotAService ex) {
// Diagnose Errai-111
StringBuilder sb = new StringBuilder();