Package com.intergral.deep.agent
Class Reflection
- java.lang.Object
-
- com.intergral.deep.agent.Reflection
-
public final class Reflection extends Object
A collection of utils that simplify the use of reflection.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IReflection
getInstance()
Get the active version of reflection to use.
-
-
-
Method Detail
-
getInstance
public static IReflection getInstance()
Get the active version of reflection to use.- Returns:
- the reflection service.
-
-