dd-trace-java
dd-trace-java copied to clipboard
Simplify Sampler and related interface by moving type parameter from the class to method declaration
What Does This Do
Moves the span type parameter from the class declaration to the method declaration.
Motivation
It will simplify class by removing unnecessary type parameter from it.
Additional Notes
Please let me know if there are any objections for this approach.