Blame | 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; }
package com.erggroup.buildtool.ripple;
/**int wrapper used for output parameters
*/
public class MutableInt
{
/**
* @attribute
public int value = 0;
}