Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.erggroup.buildtool.utilities;/**char wrapper used for output parameters*/public class MutableChar{/*** @attribute*/public char value = 'X';}