Package org.zkoss.bind.sys.debugger
Interface BindingAnnotationInfoChecker
-
- All Known Implementing Classes:
DefaultAnnotationInfoChecker
public interface BindingAnnotationInfoChecker
the checker to check runtime binding annotation and show warn byBindingExecutionInfoCollector
- Since:
- 6.5.2
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkBinder(Component comp)
check binder annotationvoid
checkBinding(Binder binder, Component comp)
check binding annotationvoid
checkValidationMessages(Component comp)
check validation message annotationvoid
checkViewModel(Component comp)
check view model annotation
-