| Modifier and Type | Required Element and Description |
|---|---|
String[] |
templateTokens |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
renameMethodOverlaps |
boolean |
skipOverlaps
Defaults to false.
|
public abstract String[] templateTokens
public abstract boolean skipOverlaps
Defaults to false.
skipOverlaps is useful if you want to make sure the load time weaving does not try to insert methods you have already implemented. For example, if you have already implemented the Status interface and methods (e.g. Offer), then you don't want the system to try to overwrite these.
Copyright © 2018. All rights reserved.