I'm pretty new to Java and I don't understand what is this structure. I know what is an interface and how is defined, but in this case, I really don't know. Could you tell what is about?
public interface WebConstants {
public interface Framework {
String ACTION = "action";
}
public interface Look {
String LIST_CONT = "list.cont";
}
}