@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ReturnTypeParameter
This describes a type parameter for generics return types, if for return type of List
this will contain Metrics class. If the type parameter is Object or is of primitive type, this
annotation will not be present.
- Author:
- Gopinath