adspace


What is cglib?

Answer Posted / Mahendra Pal Gautam

CGLib is a code generation library for Java that allows creating proxies without the need to implement interfaces. It's used in Spring AOP (Aspect-Oriented Programming) for dynamic method interception and providing cross-cutting concerns.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518


What is lazy class?

490