| |
|
| xtc.type.Type xtc.type.WrappedT xtc.type.AnnotatedT
AnnotatedT | public class AnnotatedT extends WrappedT (Code) | | An annotated type. This pseudo-type is useful for adding
annotations to a type without modifying the underlying type.
author: Robert Grimm version: $Revision: 1.21 $ |
AnnotatedT | public AnnotatedT(Type type)(Code) | | Create a new annotated type.
Parameters: type - The type to annotate. |
AnnotatedT | public AnnotatedT(Type template, Type type)(Code) | | Create a new annotated type.
Parameters: template - The type whose annotations to copy. Parameters: type - The type to annotate. |
isAnnotated | public boolean isAnnotated()(Code) | | |
|
|
|