Go to most recent revision | Details | 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;
}