@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface BMRule
Modifier and Type | Required Element | Description |
---|---|---|
String |
name |
|
String |
targetClass |
|
String |
targetMethod |
Modifier and Type | Optional Element | Description |
---|---|---|
String |
action |
|
String |
binding |
|
String |
condition |
|
String |
helper |
|
boolean |
isInterface |
|
boolean |
isOverriding |
|
String |
targetLocation |
Copyright © 2018. All rights reserved.