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