Package | Description |
---|---|
org.apache.commons.weaver.model |
Defines a domain model for weaving operations.
|
Modifier and Type | Method and Description |
---|---|
static WeaveInterest |
WeaveInterest.of(Class<? extends Annotation> annotationType,
ElementType target)
Get a
WeaveInterest . |
Modifier and Type | Method and Description |
---|---|
Iterable<WeaveInterest> |
ScanRequest.getInterests()
Get registered
WeaveInterest s. |
Modifier and Type | Method and Description |
---|---|
ScanRequest |
ScanRequest.add(WeaveInterest interest)
Register a
WeaveInterest . |
Copyright © 2018 The Apache Software Foundation. All rights reserved.