| Home > Guides > Core Developers Guide > Annotations > InputConfig Annotation | 
Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result.
The InputConfig annotation can be applied at method level.
| Parameter | Required | Default | Notes | 
|---|---|---|---|
| methodName | no | execute this method if specific | |
| resultName | no | return this result if methodName not specific |