org.hibernate.bytecode.util

Interface ClassFilter

Known Implementing Classes:
BasicClassFilter

public interface ClassFilter

Used to determine whether a class should be instrumented.
Author:
Steve Ebersole

Method Summary

boolean
shouldInstrumentClass(String className)

Method Details

shouldInstrumentClass

public boolean shouldInstrumentClass(String className)