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

com.lab.cglib.TargetResultFixed Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package com.lab.cglib;

import net.sf.cglib.proxy.FixedValue;

/**
 *
 * @author youyinnn
 *
 */
public class TargetResultFixed implements FixedValue {

    @Override
    public Object loadObject() throws Exception {

        System.out.println("锁定结果");

        return 999;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy