Interface EnhancementSelector
-
- All Known Implementing Classes:
ClassSelector,EverythingSelector,PackageSelector
public interface EnhancementSelectorUsed byBytecodeEnhancerRunnerto determine which classes should be enhanced.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanselect(String name)Determine whether the named class should be enhanced.
-
-
-
Method Detail
-
select
boolean select(String name)
Determine whether the named class should be enhanced.
-
-