JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins
Interface TypeVariableAware

All Known Implementing Classes:
BytecodeParameterizedClassInfo, JavassistParameterizedClassInfo, ParameterizedArrayInfo, ParameterizedClassInfo

public interface TypeVariableAware

Non-spi interface to internally set the type variable on a TypeInfo for a parameterized type belonging to another parameterized type. This is useful for avoiding infinite recursion, see ClassInfo.getTypeVariable()

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 void setTypeVariable(String name)
          Set the type variable
 

Method Detail

setTypeVariable

void setTypeVariable(String name)
Set the type variable


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.