| com.tc.aspectwerkz.annotation.Mixin
Mixin | public interface Mixin (Code) | | Mixin annotation
Annotate the mixin implementation class
author: Alexandre Vasseur |
deploymentModel | public String deploymentModel()(Code) | | Mixin deployment model.
Defaults to "perInstance". Only "perClass" and "perInstance" are supported for now
|
isTransient | public boolean isTransient()(Code) | | True if mixin should behave as transient and not be serialized alongside the class it is introduced to.
Defaults to false.
|
pointcut | public String pointcut()(Code) | | Pointcut the mixin applies to (within / hasMethod / hasField)
Used when deploymentModel / isTransient is specified
|
value | public String value()(Code) | | Pointcut the mixin applies to (within / hasMethod / hasField)
When used, all others elements are assumed to their default value
|
|
|