Package com.github.zhongl.housemd.instrument

Examples of com.github.zhongl.housemd.instrument.Hook


        return true;
    }

    @Override
    public Hook hook() {
        return new Hook() {
            private final Set<Object> targets = new HashSet<Object>();
            private final FieldFilter accessor = fieldFilter.apply();

            public void enterWith(Context context) {
            }
View Full Code Here

TOP

Related Classes of com.github.zhongl.housemd.instrument.Hook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.