AnotationTestBusiness

「AnotationTestBusiness」の編集履歴(バックアップ)一覧はこちら

AnotationTestBusiness」(2012/07/27 (金) 15:24:56) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

package test.business; import java.util.Map; import test.AnotationTestDataSet; import logger.TraceLogger; @TraceLogger public class AnotationTestBusiness implements AnotationTestBusinessInterface { public AnotationTestBusiness() { // TODO 自動生成されたコンストラクター・スタブ System.out.println("AnotationTestBusinessコンストラクタ"); } @Override public boolean exec(AnotationTestDataSet dataSet, Map<String, String> map) { System.out.println(this.test("test")); return true; } private String test(String val) { StringBuilder stb = new StringBuilder(); return stb.append(val).append("_test").toString(); } }

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。