Package org.zkoss.bind.sys.debugger
Interface BindingAnnotationInfoChecker
-
- All Known Implementing Classes:
DefaultAnnotationInfoChecker
public interface BindingAnnotationInfoCheckerthe 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 voidcheckBinder(Component comp)check binder annotationvoidcheckBinding(Binder binder, Component comp)check binding annotationvoidcheckValidationMessages(Component comp)check validation message annotationvoidcheckViewModel(Component comp)check view model annotation
-