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

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

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

import org.springframework.stereotype.Component;

/**
 * @author huangli
 */
@Component
public class ConfigBean {
    public boolean isTrueProp() {
         return true;
    }

    public boolean isFalseProp() {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy