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