@Retention(RUNTIME)
@Target(TYPE)
public @interface BankToAdd
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
blz |
Blz.
|
java.lang.String |
name |
The Name of the bank
|
java.lang.String |
walletPrefix |
The wallet prefix
|