Package | Description |
---|---|
org.apache.commons.weaver.model |
Defines a domain model for weaving operations.
|
Modifier and Type | Class and Description |
---|---|
class |
WeavableExecutable<SELF extends WeavableExecutable<SELF,TARGET,T,P>,TARGET extends Member,T,P extends WeavableParameter<P,SELF,TARGET,T>>
Represents a
Weavable "executable". |
class |
WeavableParameter<SELF extends WeavableParameter<SELF,PARENT,PARENT_TARGET,T>,PARENT extends WeavableExecutable<PARENT,PARENT_TARGET,T,SELF>,PARENT_TARGET extends Member,T>
Represents the parameter of an executable.
|
Modifier and Type | Class and Description |
---|---|
class |
WeavableConstructorParameter<T>
Weavable Constructor parameter. |
class |
WeavableMethodParameter<T>
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.