Package org.jboss.byteman.contrib.bmunit
Annotation Type BMRule
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface BMRule
Annotation to attach a Byteman rule to a class or method
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
String
targetClass
String
targetMethod
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
action
String
binding
String
condition
String
helper
boolean
isInterface
boolean
isOverriding
String
targetLocation
-