Home > Guides > Core Developers Guide > Annotations > InputConfig Annotation

InputConfig Annotation

Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.

Usage

The InputConfig annotation can be applied at method level.

Parameters

Parameter Required Default Notes
methodNamenoexecute this method if specific
resultNamenoreturn this result if methodName not specific

Examples