164165166167168169170171172173174
break; default: throw new IllegalStateException("ExtDirectMethodType: " + type + " does not exists"); } this.action = extractDocumentationAnnotations(extDirectMethodAnnotation.documentation()); } /** * The rule is: whatever has been given is taken as is the API documentation
187188189190191192193194195196197
default: throw new IllegalStateException("ExtDirectMethodType: " + type + " does not exists"); } this.action = extractDocumentationAnnotations(extDirectMethodAnnotation .documentation()); } /**
175176177178179180181182183184185
172173174175176177178179180181182
189190191192193194195196197198199