public class AjTypeSystem
extends java.lang.Object
AjType fooType = AjTypeSystem.getAjType(Foo.class);
Constructor | Description |
---|---|
AjTypeSystem() |
Modifier and Type | Method | Description |
---|---|---|
static <T> AjType<T> |
getAjType(java.lang.Class<T> fromClass) |
Return the AspectJ runtime type representation of the given Java type.
|
public static <T> AjType<T> getAjType(java.lang.Class<T> fromClass)