Class UserConfigTO


  • public class UserConfigTO
    extends java.lang.Object
    The user config transfer object is a helper data structure that allows storing a user's global system settings such as system properties.

    It uses the Simple framework for XML serialization, and its corresponding annotation-based configuration.

    See Also:
    Simple framework