public class AjTypeSystem
extends java.lang.Object
AjType fooType = AjTypeSystem.getAjType(Foo.class);
Constructor and Description |
---|
AjTypeSystem() |
Modifier and Type | Method and 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)