1: package fr.aliacom.form.common; 2: 3: public interface ILoader { 4: 5: void load(Object value); 6: }