@Retention(value=CLASS) @Target(value=TYPE) @Documented public @interface PooledWeaver
Component
into a PooledComponent
. Component transformation
takes place during the artemis
goal defined in artemis-odb-maven-plugin
or the weave
task in artemis-odb-gradle-plugin
.
This feature helps mitigate garbage collection related freezes and stuttering on the Android platform.
It is considered stable. If pooling is not available on a platform, this feature will degrade
gracefully to vanilla components.Modifier and Type | Optional Element and Description |
---|---|
boolean |
forceWeaving
If true, forces weaving even if maven property
enablePooledWeaving is
set to false . |
Copyright © 2019. All rights reserved.