File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,7 @@ sufficient for optimization.
257257
258258### Rules
259259
260- - Do not flag or change the visibility or ` final ` modifier on ` TypeInstrumentation ` ,
261- ` InstrumentationModule ` , or advice classes. Both ` public class ` and package-private ` class `
262- (with or without ` final ` ) are acceptable — this is not a style issue in javaagent code.
260+ - Do not flag or change the visibility or ` final ` modifier on advice classes.
263261- ` typeMatcher() ` should match only the types the instrumentation genuinely needs. Prefer
264262 ` named("fully.qualified.ClassName") ` or ` namedOneOf(...) ` for single classes.
265263 ` extendsClass(...) ` and ` implementsInterface(...) ` are appropriate when the instrumentation
You can’t perform that action at this time.
0 commit comments