class I001_AnnotationsAndTypeParametersMethodDeclaration { @Deprecated <T> T getValue(T key) { return key; } }