Interface ConfigAction<T>
- All Known Implementing Classes:
AbstractPropertyConfiguration.ConstructAction
interface ConfigAction<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPostCreate(T param) voidapplyPreCreate(T param) voidrollback()validate()
-
Method Details
-
validate
- Throws:
IllegalArgumentException
-
applyPreCreate
-
applyPostCreate
-
rollback
void rollback()
-