public class AjTypeSystem extends Object
AjType<Foo> 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)
T - the expected type associated with the returned AjTypefromClass - the class for which to discover the AjTypeCopyright © 2019. All rights reserved.