1 //2 // ____.3 // __/\ ______| |__/\. _______4 // __ .____| | \ | +----+ \5 // _______| /--| | | - \ _ | : - \_________6 // \\______: :---| : : | : | \________>7 // |__\---\_____________:______: :____|____:_____\8 // /_____|9 //10 // . . . i n j a h i a w e t r u s t . . .11 //12 13 package org.jahia.data.fields;14 15 16 /**17 * This interface is only used as a signature for fields that support Allow Apply Change to All Lang mechanism.18 *19 *20 * @author Khue Nguyen21 * @see AddContainer_Engine22 * @version 1.023 */24 public interface JahiaAllowApplyChangeToAllLangField {25 26 }27 28