Tagged: reflection in java

reflectors in java 0

Reflection API in Java

The term reflection or reflector has a different meaning depending on the context they revolve around. Here in Java, reflection is an API that examines or modifies the behaviors of methods, classes and interfaces...