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
setTypeVariable
void setTypeVariable(String name)
- Set the type variable
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.