Uses of Interface
com.google.inject.internal.BytecodeGen.EnhancerBuilder
-
Packages that use BytecodeGen.EnhancerBuilder Package Description com.google.inject.internal.aop -
-
Uses of BytecodeGen.EnhancerBuilder in com.google.inject.internal.aop
Methods in com.google.inject.internal.aop that return BytecodeGen.EnhancerBuilder Modifier and Type Method Description static BytecodeGen.EnhancerBuilder
ClassBuilding. buildEnhancerBuilder(java.lang.Class<?> hostClass)
Builder of enhancers that provide method interception via bytecode generation.
-