net.sf.cglib
Class NotFromObjectFilter

java.lang.Object
  |
  +--net.sf.cglib.NotFromObjectFilter
All Implemented Interfaces:
MethodFilter

public class NotFromObjectFilter
extends java.lang.Object
implements MethodFilter


Field Summary
static NotFromObjectFilter INSTANCE
           
 
Constructor Summary
NotFromObjectFilter()
           
 
Method Summary
 boolean accept(java.lang.reflect.Member method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NotFromObjectFilter INSTANCE
Constructor Detail

NotFromObjectFilter

public NotFromObjectFilter()
Method Detail

accept

public boolean accept(java.lang.reflect.Member method)
Specified by:
accept in interface MethodFilter


Copyright © 2002-2003 cglib. All Rights Reserved.