5354555657585960616263
if (annotation == null) { a.error("注釈の解釈に失敗しました"); return null; } OperatorProcessorUtil.checkPortName(a, new String[] { annotation.outputPort(), }); if (a.hasError()) { return null; }
6970717273747576777879
a.getParameterName(0), a.getParameterType(0).getType(), 0); builder.addOutput( "結果", annotation.outputPort(), a.getParameterType(0).getType(), a.getParameterName(0), 0); for (int i = 1, n = a.countParameters(); i < n; i++) { builder.addParameter(