All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alicp.jetcache.test.beans.FactoryBeanTargetImpl Maven / Gradle / Ivy

The newest version!
/**
 * Created on  13-10-28 23:44
 */
package com.alicp.jetcache.test.beans;

/**
 * @author huangli
 */
public class FactoryBeanTargetImpl implements FactoryBeanTarget {

    int count;

    @Override
    public int count() {
        return count++;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy