Uses of Class
org.aspectj.weaver.loadtime.definition.Definition
-
Packages that use Definition Package Description org.aspectj.weaver.loadtime org.aspectj.weaver.loadtime.definition -
-
Uses of Definition in org.aspectj.weaver.loadtime
Methods in org.aspectj.weaver.loadtime that return types with arguments of type Definition Modifier and Type Method Description List<Definition>DefaultWeavingContext. getDefinitions(ClassLoader loader, WeavingAdaptor adaptor)List<Definition>IWeavingContext. getDefinitions(ClassLoader loader, WeavingAdaptor adaptor) -
Uses of Definition in org.aspectj.weaver.loadtime.definition
Methods in org.aspectj.weaver.loadtime.definition that return Definition Modifier and Type Method Description static DefinitionDocumentParser. parse(URL url)static DefinitionSimpleAOPParser. parse(URL url)
-