Class AjTypeSystem

java.lang.Object
org.aspectj.lang.reflect.AjTypeSystem

public class AjTypeSystem extends Object
This is the anchor for the AspectJ runtime type system. Typical usage to get the AjType representation of a given type at runtime is to call AjType<Foo> fooType = AjTypeSystem.getAjType(Foo.class);