net.sf.cglib.transform
Interface MethodFilter


public interface MethodFilter


Method Summary
 boolean accept(int access, String name, String desc, String signature, String[] exceptions)
           
 

Method Detail

accept

boolean accept(int access,
               String name,
               String desc,
               String signature,
               String[] exceptions)


Copyright © 2012 Oracle Corporation. All Rights Reserved.