Class InternString


  • public final class InternString
    extends Object
    Used to reduce memory consumption of strings used in deployment processing.

    Using this for now instead of String.intern() to avoid any unexpected increase in PermGen space.