Interface ClassName


  • public interface ClassName
    List of strings representing class names, which are typically found for classes with implement the Formatable interface. These strings are removed from the code to separate them from the strings which need to be internationalized. It also reduces footprint.

    This class has no methods, all it contains are String's which by default are public, static and final since they are declared in an interface.