アノテーションインターフェース BeforeProcess


@RetentionSE(RUNTIMESE) @TargetSE(METHODSE) public @interface BeforeProcess
アイテムが ItemProcessor に渡される前に呼び出されるメソッドをマークします

期待される署名: void beforeProcess(T item)
導入:
2.0
作成者:
Lucas Ward
関連事項: