Package | Description |
---|---|
org.apache.commons.weaver.spi |
Defines the weaver module service provider interface (SPI).
|
org.apache.commons.weaver.utils |
Provides helpful utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cleaner
SPI to provide a means for a weaver module to remove woven classes during incremental builds, if necessary.
|
interface |
Weaver
A
Weaver implementation implements the WEAVE stage of the WeaveLifecycle by performing the
byte code enhancement in the classes. |
Modifier and Type | Method and Description |
---|---|
static <P extends WeaveLifecycleProvider<?>> |
Providers.sort(Iterable<P> providers)
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.