forked from JavaTX/JavaCompilerCore
Kleine Anpassung von Kommentaren.
This commit is contained in:
parent
c32a0cc222
commit
2706c31beb
@ -4,7 +4,8 @@ import de.dhbwstuttgart.parser.scope.JavaClassName;
|
||||
import org.objectweb.asm.Type;
|
||||
|
||||
/**
|
||||
* Represents a Java typ variable like {@code <T>} or {@code <T extends String>}.
|
||||
* Represents a Java typ variable.
|
||||
* E.g. {@code <T>} or {@code <T extends String>}.
|
||||
*
|
||||
* @since Studienarbeit Type Erasure
|
||||
* @author etiennezink
|
||||
|
Loading…
Reference in New Issue
Block a user