package com.pmease.commons.editable; public interface Validatable { void validate(EditContext editContext); }