Verwendungen von Schnittstelle
org.aspectj.weaver.tools.Traceable
Packages, die Traceable verwenden
-
Verwendungen von Traceable in org.aspectj.weaver
Klassen in org.aspectj.weaver, die Traceable implementierenModifizierer und TypKlasseBeschreibungclass
Represents a resolved array typeclass
A BoundedReferenceType is the result of a generics wildcard expression ?class
When we try to resolve a type in the world that we require to be present, and then fail to find it, we return an instance of this class.class
A reference type represents some 'real' type, not a primitive, not an array - but a real type, for example java.util.List.class
class
ReferenceType pointing to a type variable.class
A UnresolvedType represents a type to the weaver.class
class
Represents a wildcarded bound for a generic type, this can be unbounded '?'