Class EverythingSelector
- java.lang.Object
-
- org.hibernate.testing.bytecode.enhancement.EverythingSelector
-
- All Implemented Interfaces:
EnhancementSelector
public class EverythingSelector extends Object implements EnhancementSelector
-
-
Field Summary
Fields Modifier and Type Field Description static EverythingSelector
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description EverythingSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
select(String name)
Determine whether the named class should be enhanced.
-
-
-
Field Detail
-
INSTANCE
public static final EverythingSelector INSTANCE
Singleton access
-
-
Method Detail
-
select
public boolean select(String name)
Description copied from interface:EnhancementSelector
Determine whether the named class should be enhanced.- Specified by:
select
in interfaceEnhancementSelector
-
-