KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jahia > data > fields > JahiaAllowApplyChangeToAllLangField


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 Nguyen
21  * @see AddContainer_Engine
22  * @version 1.0
23  */

24 public interface JahiaAllowApplyChangeToAllLangField {
25
26 }
27
28
Popular Tags